mach_apic.h 696 B

123456789101112131415161718
  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_present_to_apicid (apic->cpu_present_to_apicid)
  5. #define apicid_to_cpu_present (apic->apicid_to_cpu_present)
  6. #define setup_portio_remap (apic->setup_portio_remap)
  7. #define check_phys_apicid_present (apic->check_phys_apicid_present)
  8. #define cpu_mask_to_apicid (apic->cpu_mask_to_apicid)
  9. #define cpu_mask_to_apicid_and (apic->cpu_mask_to_apicid_and)
  10. #define enable_apic_mode (apic->enable_apic_mode)
  11. #define phys_pkg_id (apic->phys_pkg_id)
  12. #define wakeup_secondary_cpu (apic->wakeup_cpu)
  13. extern void generic_bigsmp_probe(void);
  14. #endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */