mach_apic.h 364 B

123456789101112
  1. #ifndef _ASM_X86_MACH_GENERIC_MACH_APIC_H
  2. #define _ASM_X86_MACH_GENERIC_MACH_APIC_H
  3. #include <asm/genapic.h>
  4. #define cpu_mask_to_apicid (apic->cpu_mask_to_apicid)
  5. #define cpu_mask_to_apicid_and (apic->cpu_mask_to_apicid_and)
  6. #define wakeup_secondary_cpu (apic->wakeup_cpu)
  7. extern void generic_bigsmp_probe(void);
  8. #endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */