x86: refactor ->setup_portio_remap() subarch methods
[linux-2.6/mini2440.git] / arch / x86 / include / asm / mach-generic / mach_apic.h
blob393a97c5685f7f72f51348dadab33a903bbefeec
1 #ifndef _ASM_X86_MACH_GENERIC_MACH_APIC_H
2 #define _ASM_X86_MACH_GENERIC_MACH_APIC_H
4 #include <asm/genapic.h>
6 #define check_phys_apicid_present (apic->check_phys_apicid_present)
7 #define cpu_mask_to_apicid (apic->cpu_mask_to_apicid)
8 #define cpu_mask_to_apicid_and (apic->cpu_mask_to_apicid_and)
9 #define enable_apic_mode (apic->enable_apic_mode)
10 #define phys_pkg_id (apic->phys_pkg_id)
11 #define wakeup_secondary_cpu (apic->wakeup_cpu)
13 extern void generic_bigsmp_probe(void);
15 #endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */