]> git.karo-electronics.de Git - linux-beck.git/commitdiff
x86: remove duplicated force_mwait
authorYinghai Lu <yhlu.kernel@gmail.com>
Mon, 8 Sep 2008 00:58:51 +0000 (17:58 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 8 Sep 2008 13:31:59 +0000 (15:31 +0200)
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/amd_64.c
arch/x86/kernel/process.c

index 7913e48f6739a5d4bcee3c137adc6f9f5b6b287d..466a1eaa81eaea92e60446f8cf17e562a747d1d8 100644 (file)
@@ -9,8 +9,6 @@
 
 #include "cpu.h"
 
-int force_mwait __cpuinitdata;
-
 #ifdef CONFIG_NUMA
 static int __cpuinit nearby_node(int apicid)
 {
index 7fc4d5b0a6a0f99a4d1d9c4df685a5a4d3a135bb..9f94bb1c81170f8b047aaf7782291e13919fc15a 100644 (file)
@@ -15,7 +15,6 @@ unsigned long idle_nomwait;
 EXPORT_SYMBOL(idle_nomwait);
 
 struct kmem_cache *task_xstate_cachep;
-static int force_mwait __cpuinitdata;
 
 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src)
 {