mach_apic.h 248 B

12345678910
  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 wakeup_secondary_cpu (apic->wakeup_cpu)
  5. extern void generic_bigsmp_probe(void);
  6. #endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */