]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/include/asm/mach-generic/mach_apic.h
x86, apic: refactor ->cpu_mask_to_apicid*()
[mirror_ubuntu-bionic-kernel.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 6#define wakeup_secondary_cpu (apic->wakeup_cpu)
1da177e4 7
911a62d4
VP
8extern void generic_bigsmp_probe(void);
9
05e4d316 10#endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */