blob: 1eeb5b61e488b2b7b74d80b5669fcdbfcb12d4c7 [file] [log] [blame]
H. Peter Anvin05e4d312008-10-23 00:01:39 -07001#ifndef _ASM_X86_MACH_GENERIC_MACH_APIC_H
2#define _ASM_X86_MACH_GENERIC_MACH_APIC_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
4#include <asm/genapic.h>
5
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01006#define cpu_mask_to_apicid (apic->cpu_mask_to_apicid)
7#define cpu_mask_to_apicid_and (apic->cpu_mask_to_apicid_and)
Ingo Molnarc8d46cf2009-01-28 00:14:11 +01008#define wakeup_secondary_cpu (apic->wakeup_cpu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
Venkatesh Pallipadi911a62d2005-09-03 15:56:31 -070010extern void generic_bigsmp_probe(void);
11
H. Peter Anvin05e4d312008-10-23 00:01:39 -070012#endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */