mach_apic.h 248 字节
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
#define wakeup_secondary_cpu (apic->wakeup_cpu)
L
Linus Torvalds 已提交
7

8 9
extern void generic_bigsmp_probe(void);

10
#endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */