aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/es7000/wakecpu.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 17:09:58 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-28 23:20:34 +0100
commit018e047f3a98bd8d9e9d78b19bc38415f0c34dd7 (patch)
tree4e3b47a6e5b3e5e50ecdc668b7261399ce3457c0 /arch/x86/include/asm/es7000/wakecpu.h
parent25dc004903a38f0b6f6626dbbab058c8709c5398 (diff)
x86, ES7000: consolidate the APIC code
Consolidate all the ES7000 APIC code into arch/x86/mach-generic/es7000.c. With this ES7000 ceases to rely on any subarchitecture include files. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/es7000/wakecpu.h')
-rw-r--r--arch/x86/include/asm/es7000/wakecpu.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/x86/include/asm/es7000/wakecpu.h b/arch/x86/include/asm/es7000/wakecpu.h
deleted file mode 100644
index 99c72be1840..00000000000
--- a/arch/x86/include/asm/es7000/wakecpu.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __ASM_ES7000_WAKECPU_H
-#define __ASM_ES7000_WAKECPU_H
-
-#define ES7000_TRAMPOLINE_PHYS_LOW 0x467
-#define ES7000_TRAMPOLINE_PHYS_HIGH 0x469
-
-static inline void es7000_wait_for_init_deassert(atomic_t *deassert)
-{
-#ifndef CONFIG_ES7000_CLUSTERED_APIC
- while (!atomic_read(deassert))
- cpu_relax();
-#endif
- return;
-}
-
-#endif /* __ASM_MACH_WAKECPU_H */