x86: refactor ->check_phys_apicid_present() subarch methods
[linux-2.6-block.git] / arch / x86 / include / asm / mach-generic / mach_apic.h
CommitLineData
05e4d316
PA
1#ifndef _ASM_X86_MACH_GENERIC_MACH_APIC_H
2#define _ASM_X86_MACH_GENERIC_MACH_APIC_H
1da177e4
LT
3
4#include <asm/genapic.h>
5
c8d46cf0
IM
6#define cpu_mask_to_apicid (apic->cpu_mask_to_apicid)
7#define cpu_mask_to_apicid_and (apic->cpu_mask_to_apicid_and)
c8d46cf0
IM
8#define enable_apic_mode (apic->enable_apic_mode)
9#define phys_pkg_id (apic->phys_pkg_id)
10#define wakeup_secondary_cpu (apic->wakeup_cpu)
1da177e4 11
911a62d4
VP
12extern void generic_bigsmp_probe(void);
13
05e4d316 14#endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */