Move the headers to include/asm-x86 and fixup the header install make rules
Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar
#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