summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process.c
diff options
context:
space:
mode:
authorJan Beulich2008-07-18 14:45:20 +0200
committerH. Peter Anvin2008-07-19 00:55:09 +0200
commit08ad8afaa0f7343e9c64eec5dbbb178e390e03a2 (patch)
treefbcc3f65431432c189c9ebf10cd434bc376acf5b /arch/x86/kernel/process.c
parentx86: reduce forbid_dac's visibility (diff)
downloadkernel-qcow2-linux-08ad8afaa0f7343e9c64eec5dbbb178e390e03a2.tar.gz
kernel-qcow2-linux-08ad8afaa0f7343e9c64eec5dbbb178e390e03a2.tar.xz
kernel-qcow2-linux-08ad8afaa0f7343e9c64eec5dbbb178e390e03a2.zip
x86: reduce force_mwait visibility
It's not used anywhere outside its single referencing file. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/kernel/process.c')
-rw-r--r--arch/x86/kernel/process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
index 158bd6a16f6a..9f94bb1c8117 100644
--- a/arch/x86/kernel/process.c
+++ b/arch/x86/kernel/process.c
@@ -199,6 +199,7 @@ static void poll_idle(void)
*
* idle=mwait overrides this decision and forces the usage of mwait.
*/
+static int __cpuinitdata force_mwait;
#define MWAIT_INFO 0x05
#define MWAIT_ECX_EXTENDED_INFO 0x01