diff options
author | Jan Beulich <jbeulich@novell.com> | 2008-07-18 13:45:20 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-07-18 15:55:09 -0700 |
commit | 08ad8afaa0f7343e9c64eec5dbbb178e390e03a2 (patch) | |
tree | fbcc3f65431432c189c9ebf10cd434bc376acf5b /arch/x86/kernel/cpu/amd.c | |
parent | 08e1a13e7d14ba5d6a22bf4b8c6e11128d3bcdfe (diff) |
x86: reduce force_mwait visibility
It's not used anywhere outside its single referencing file.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/kernel/cpu/amd.c')
-rw-r--r-- | arch/x86/kernel/cpu/amd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c index 81a07ca65d44..cae9cabc3031 100644 --- a/arch/x86/kernel/cpu/amd.c +++ b/arch/x86/kernel/cpu/amd.c @@ -24,8 +24,6 @@ extern void vide(void); __asm__(".align 4\nvide: ret"); -int force_mwait __cpuinitdata; - static void __cpuinit early_init_amd(struct cpuinfo_x86 *c) { if (cpuid_eax(0x80000000) >= 0x80000007) { |