summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mach-default/mach_wakecpu.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 18:09:23 +0300
committerIngo Molnar <mingo@elte.hu>2009-01-29 01:20:31 +0300
commit6f177c01db6b865181fbc6c948381b290ee09718 (patch)
tree6fe3dd753a9a8ba99c42452ef9cd9d98bee4315b /arch/x86/include/asm/mach-default/mach_wakecpu.h
parentdac5f4121df3c39fdb2ea57acd669a0ae19e46f8 (diff)
downloadlinux-6f177c01db6b865181fbc6c948381b290ee09718.tar.xz
x86, smp: clean up ->trampoline_phys_low/high handling
- spread out the namespace on a per apic driver basis - remove wrapper macros Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mach-default/mach_wakecpu.h')
-rw-r--r--arch/x86/include/asm/mach-default/mach_wakecpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/mach-default/mach_wakecpu.h b/arch/x86/include/asm/mach-default/mach_wakecpu.h
index 89897a6a65b9..0a8d7860e44b 100644
--- a/arch/x86/include/asm/mach-default/mach_wakecpu.h
+++ b/arch/x86/include/asm/mach-default/mach_wakecpu.h
@@ -1,8 +1,8 @@
#ifndef _ASM_X86_MACH_DEFAULT_MACH_WAKECPU_H
#define _ASM_X86_MACH_DEFAULT_MACH_WAKECPU_H
-#define TRAMPOLINE_PHYS_LOW (0x467)
-#define TRAMPOLINE_PHYS_HIGH (0x469)
+#define DEFAULT_TRAMPOLINE_PHYS_LOW (0x467)
+#define DEFAULT_TRAMPOLINE_PHYS_HIGH (0x469)
static inline void wait_for_init_deassert(atomic_t *deassert)
{