x86, smp: clean up ->trampoline_phys_low/high handling
[sfrench/cifs-2.6.git] / arch / x86 / include / asm / mach-generic / mach_wakecpu.h
1 #ifndef _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H
2 #define _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H
3
4 #define wait_for_init_deassert (apic->wait_for_init_deassert)
5 #define smp_callin_clear_local_apic (apic->smp_callin_clear_local_apic)
6 #define store_NMI_vector (apic->store_NMI_vector)
7 #define restore_NMI_vector (apic->restore_NMI_vector)
8 #define inquire_remote_apic (apic->inquire_remote_apic)
9
10 #endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */