96a388de5d
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
11 lines
220 B
C
11 lines
220 B
C
#ifndef _GENAPIC_MACH_APICDEF_H
|
|
#define _GENAPIC_MACH_APICDEF_H 1
|
|
|
|
#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
|