diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 10:09:23 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:31 -0500 |
commit | 6f177c01db6b865181fbc6c948381b290ee09718 (patch) | |
tree | 6fe3dd753a9a8ba99c42452ef9cd9d98bee4315b /arch/x86/include/asm/mach-generic | |
parent | dac5f4121df3c39fdb2ea57acd669a0ae19e46f8 (diff) |
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-generic')
-rw-r--r-- | arch/x86/include/asm/mach-generic/mach_wakecpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/mach-generic/mach_wakecpu.h b/arch/x86/include/asm/mach-generic/mach_wakecpu.h index 22006bbee617..2031377a954c 100644 --- a/arch/x86/include/asm/mach-generic/mach_wakecpu.h +++ b/arch/x86/include/asm/mach-generic/mach_wakecpu.h | |||
@@ -1,8 +1,6 @@ | |||
1 | #ifndef _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H | 1 | #ifndef _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H |
2 | #define _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H | 2 | #define _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H |
3 | 3 | ||
4 | #define TRAMPOLINE_PHYS_LOW (apic->trampoline_phys_low) | ||
5 | #define TRAMPOLINE_PHYS_HIGH (apic->trampoline_phys_high) | ||
6 | #define wait_for_init_deassert (apic->wait_for_init_deassert) | 4 | #define wait_for_init_deassert (apic->wait_for_init_deassert) |
7 | #define smp_callin_clear_local_apic (apic->smp_callin_clear_local_apic) | 5 | #define smp_callin_clear_local_apic (apic->smp_callin_clear_local_apic) |
8 | #define store_NMI_vector (apic->store_NMI_vector) | 6 | #define store_NMI_vector (apic->store_NMI_vector) |