aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mach-generic/mach_wakecpu.h
blob: 2031377a954c2e9fd457d0cc344afe70eafb5c30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H
#define _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H

#define wait_for_init_deassert (apic->wait_for_init_deassert)
#define smp_callin_clear_local_apic (apic->smp_callin_clear_local_apic)
#define store_NMI_vector (apic->store_NMI_vector)
#define restore_NMI_vector (apic->restore_NMI_vector)
#define inquire_remote_apic (apic->inquire_remote_apic)

#endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */