diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 13:30:16 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:30:16 +0100 |
commit | fc36367211931cd503f050e4ceff5d9864cec817 (patch) | |
tree | 44ae28cc2ca9889e498741eeff66ac7aa900c6f2 /include/asm-x86/processor_64.h | |
parent | x86: make early_indentify_cpu static (diff) | |
download | linux-fc36367211931cd503f050e4ceff5d9864cec817.tar.xz linux-fc36367211931cd503f050e4ceff5d9864cec817.zip |
x86: move idle related declarations
Move idle related declarations to processor_64.h, where the
the others are as well.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/processor_64.h')
-rw-r--r-- | include/asm-x86/processor_64.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-x86/processor_64.h b/include/asm-x86/processor_64.h index e4f19970a82b..6b96e1f12a42 100644 --- a/include/asm-x86/processor_64.h +++ b/include/asm-x86/processor_64.h @@ -434,6 +434,10 @@ 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); + #define stack_current() \ ({ \ struct thread_info *ti; \ |