diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-09-07 20:58:51 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-08 09:31:59 -0400 |
commit | c58606ad551e9a1c85a9bd4f1698ca41ec279b2c (patch) | |
tree | 1098714eacba56f1c9ab9fea4ea56c04b73f22c0 /arch/x86/kernel/cpu | |
parent | 11fdd252bb5b461289fc5c21dc8fc87dc66f3284 (diff) |
x86: remove duplicated force_mwait
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu')
-rw-r--r-- | arch/x86/kernel/cpu/amd_64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/amd_64.c b/arch/x86/kernel/cpu/amd_64.c index 7913e48f6739..466a1eaa81ea 100644 --- a/arch/x86/kernel/cpu/amd_64.c +++ b/arch/x86/kernel/cpu/amd_64.c | |||
@@ -9,8 +9,6 @@ | |||
9 | 9 | ||
10 | #include "cpu.h" | 10 | #include "cpu.h" |
11 | 11 | ||
12 | int force_mwait __cpuinitdata; | ||
13 | |||
14 | #ifdef CONFIG_NUMA | 12 | #ifdef CONFIG_NUMA |
15 | static int __cpuinit nearby_node(int apicid) | 13 | static int __cpuinit nearby_node(int apicid) |
16 | { | 14 | { |