patch-2.4.22 linux-2.4.22/include/asm-i386/apicdef.h

Next file: linux-2.4.22/include/asm-i386/bitops.h
Previous file: linux-2.4.22/include/asm-i386/acpi.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-i386/apicdef.h linux-2.4.22/include/asm-i386/apicdef.h
@@ -18,6 +18,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_SUPPORT(x)	((x)>=0x14)
 #define		APIC_TASKPRI	0x80
 #define			APIC_TPRI_MASK		0xFF
 #define		APIC_ARBPRI	0x90

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)