[XFS] Fix merge failures
[pandora-kernel.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 TRAMPOLINE_PHYS_LOW (genapic->trampoline_phys_low)
5 #define TRAMPOLINE_PHYS_HIGH (genapic->trampoline_phys_high)
6 #define wait_for_init_deassert (genapic->wait_for_init_deassert)
7 #define smp_callin_clear_local_apic (genapic->smp_callin_clear_local_apic)
8 #define store_NMI_vector (genapic->store_NMI_vector)
9 #define restore_NMI_vector (genapic->restore_NMI_vector)
10 #define inquire_remote_apic (genapic->inquire_remote_apic)
11
12 #endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */