X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-i386%2Fapicdef.h;h=03185cef8e0a3977de51cb2467943d59f31dabd6;hb=58a2c3221e3c78ea6c71148eb84d4170358981fb;hp=a96a8f48fbfcea171f9a65a22cc0f1b2a022649d;hpb=3f603ed319d5120e883e64ac5967b2fc848fc43b;p=powerpc.git diff --git a/include/asm-i386/apicdef.h b/include/asm-i386/apicdef.h index a96a8f48fb..03185cef8e 100644 --- a/include/asm-i386/apicdef.h +++ b/include/asm-i386/apicdef.h @@ -16,6 +16,7 @@ #define GET_APIC_VERSION(x) ((x)&0xFF) #define GET_APIC_MAXLVT(x) (((x)>>16)&0xFF) #define APIC_INTEGRATED(x) ((x)&0xF0) +#define APIC_XAPIC(x) ((x) >= 0x14) #define APIC_TASKPRI 0x80 #define APIC_TPRI_MASK 0xFF #define APIC_ARBPRI 0x90