summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/processor.h
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 /include/asm-x86/processor.h
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 'include/asm-x86/processor.h')
-rw-r--r--include/asm-x86/processor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h
index 55402d2ab938..15cb82a44e89 100644
--- a/include/asm-x86/processor.h
+++ b/include/asm-x86/processor.h
@@ -722,8 +722,6 @@ static inline void __sti_mwait(unsigned long eax, unsigned long ecx)
extern void mwait_idle_with_hints(unsigned long eax, unsigned long ecx);
-extern int force_mwait;
-
extern void select_idle_routine(const struct cpuinfo_x86 *c);
extern unsigned long boot_option_idle_override;