diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-07 17:59:49 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-08 12:35:06 +0200 |
commit | 85f7f656274fa0ba109dd8774db3887d42de5c6b (patch) | |
tree | d5ec3ed47c86a00ee198d988afc059ebb4d38c42 /arch/x86/include/asm/processor.h | |
parent | 4a1625133d4faaefcec0dc175941f49b186918d9 (diff) | |
download | linux-85f7f656274fa0ba109dd8774db3887d42de5c6b.tar.gz linux-85f7f656274fa0ba109dd8774db3887d42de5c6b.tar.bz2 linux-85f7f656274fa0ba109dd8774db3887d42de5c6b.zip |
x86: Use kick_all_cpus_sync()
Use kick_all_cpus_sync() and remove cpu_idle_wait().
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20120507175652.190382227@linutronix.de
Cc: x86@kernel.org
Diffstat (limited to 'arch/x86/include/asm/processor.h')
-rw-r--r-- | arch/x86/include/asm/processor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 4fa7dcceb6c0..ccbb1ea99ccb 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -974,8 +974,6 @@ extern bool cpu_has_amd_erratum(const int *); #define cpu_has_amd_erratum(x) (false) #endif /* CONFIG_CPU_SUP_AMD */ -void cpu_idle_wait(void); - extern unsigned long arch_align_stack(unsigned long sp); extern void free_init_pages(char *what, unsigned long begin, unsigned long end); |