forked from Minki/linux
c8d46cf06d
Rename genapic-> to apic-> references because in a future chagne we'll open-code all the indirect calls (instead of obscuring them via macros), so we want this reference to be as short as possible. Signed-off-by: Ingo Molnar <mingo@elte.hu>
13 lines
547 B
C
13 lines
547 B
C
#ifndef _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H
|
|
#define _ASM_X86_MACH_GENERIC_MACH_WAKECPU_H
|
|
|
|
#define TRAMPOLINE_PHYS_LOW (apic->trampoline_phys_low)
|
|
#define TRAMPOLINE_PHYS_HIGH (apic->trampoline_phys_high)
|
|
#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 */
|