mach_apic.h 364 字节
Newer Older
1 2
#ifndef _ASM_X86_MACH_GENERIC_MACH_APIC_H
#define _ASM_X86_MACH_GENERIC_MACH_APIC_H
L
Linus Torvalds 已提交
3 4 5

#include <asm/genapic.h>

I
Ingo Molnar 已提交
6 7 8
#define cpu_mask_to_apicid (apic->cpu_mask_to_apicid)
#define cpu_mask_to_apicid_and (apic->cpu_mask_to_apicid_and)
#define wakeup_secondary_cpu (apic->wakeup_cpu)
L
Linus Torvalds 已提交
9

10 11
extern void generic_bigsmp_probe(void);

12
#endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */