diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-05-14 11:02:51 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 04:55:12 -0400 |
commit | 32c5061265caf201d6a2c0d02181e2b68769c22c (patch) | |
tree | 5f0e1e68236bbb24df36d670f13bccbbca03ecfb /include/asm-x86 | |
parent | 11a62a056093a7f25f1595fbd8bd5f93559572b6 (diff) |
x86: move es7000_plat out of mpparse.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/system.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/system.h b/include/asm-x86/system.h index a2f04cd79b29..9f7f63ba0042 100644 --- a/include/asm-x86/system.h +++ b/include/asm-x86/system.h | |||
@@ -303,7 +303,6 @@ static inline void clflush(volatile void *__p) | |||
303 | void disable_hlt(void); | 303 | void disable_hlt(void); |
304 | void enable_hlt(void); | 304 | void enable_hlt(void); |
305 | 305 | ||
306 | extern int es7000_plat; | ||
307 | void cpu_idle_wait(void); | 306 | void cpu_idle_wait(void); |
308 | 307 | ||
309 | extern unsigned long arch_align_stack(unsigned long sp); | 308 | extern unsigned long arch_align_stack(unsigned long sp); |