05e4d3169b
Drop double underscores from header guards in arch/x86/include. They are used inconsistently, and are not necessary. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
11 lines
287 B
C
11 lines
287 B
C
#ifndef _ASM_X86_MACH_GENERIC_MACH_APICDEF_H
|
|
#define _ASM_X86_MACH_GENERIC_MACH_APICDEF_H
|
|
|
|
#ifndef APIC_DEFINITION
|
|
#include <asm/genapic.h>
|
|
|
|
#define GET_APIC_ID (genapic->get_apic_id)
|
|
#define APIC_ID_MASK (genapic->apic_id_mask)
|
|
#endif
|
|
|
|
#endif /* _ASM_X86_MACH_GENERIC_MACH_APICDEF_H */
|