x86: consolidate the definition of the force_mwait variable
[pandora-kernel.git] / arch / x86 / kernel / process.c
index 4d629c6..74f2d19 100644 (file)
@@ -15,6 +15,7 @@ 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)
 {