Rename genapic-> to apic-> references because in a future chagne we'll open-code all the indirect calls (instead of obscuring them via macros), so we want this reference to be as short as possible. Signed-off-by: Ingo Molnar <mingo@elte.hu>
12 lines
281 B
C
12 lines
281 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 (apic->get_apic_id)
|
|
#define APIC_ID_MASK (apic->apic_id_mask)
|
|
#endif
|
|
|
|
#endif /* _ASM_X86_MACH_GENERIC_MACH_APICDEF_H */
|