diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-09-07 17:58:51 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-08 15:31:59 +0200 |
commit | c58606ad551e9a1c85a9bd4f1698ca41ec279b2c (patch) | |
tree | 1098714eacba56f1c9ab9fea4ea56c04b73f22c0 /arch/x86/kernel/process.c | |
parent | 11fdd252bb5b461289fc5c21dc8fc87dc66f3284 (diff) | |
download | blackbird-op-linux-c58606ad551e9a1c85a9bd4f1698ca41ec279b2c.tar.gz blackbird-op-linux-c58606ad551e9a1c85a9bd4f1698ca41ec279b2c.zip |
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/process.c')
-rw-r--r-- | arch/x86/kernel/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index 7fc4d5b0a6a0..9f94bb1c8117 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c @@ -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) { |