From: Thomas Petazzoni Date: Thu, 10 Jul 2008 15:13:19 +0000 (+0200) Subject: x86: consolidate the definition of the force_mwait variable X-Git-Tag: v2.6.27-rc1~955^2~1^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9781f39fd209cd93ab98b669814191acc67f32fd;p=pandora-kernel.git x86: consolidate the definition of the force_mwait variable The force_mwait variable iss defined either in arch/x86/kernel/cpu/amd.c or in arch/x86/kernel/setup_64.c, but it is only initialized and used in arch/x86/kernel/process.c. This patch moves the declaration to arch/x86/kernel/process.c. Signed-off-by: Thomas Petazzoni Cc: michael@free-electrons.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed