patch-2.3.12 linux/include/asm-i386/fixmap.h
Next file: linux/include/asm-i386/i82489.h
Previous file: linux/include/asm-i386/desc.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Wed Jul 28 13:56:29 1999
-  Orig file: 
v2.3.11/linux/include/asm-i386/fixmap.h
-  Orig date: 
Tue Jun 22 14:41:40 1999
diff -u --recursive --new-file v2.3.11/linux/include/asm-i386/fixmap.h linux/include/asm-i386/fixmap.h
@@ -13,6 +13,7 @@
 
 #include <linux/config.h>
 #include <linux/kernel.h>
+#include <asm/apic.h>
 #include <asm/page.h>
 
 /*
@@ -45,7 +46,8 @@
 	FIX_APIC_BASE,	/* local (CPU) APIC) -- required for SMP or not */
 #endif
 #ifdef CONFIG_X86_IO_APIC
-	FIX_IO_APIC_BASE,
+	FIX_IO_APIC_BASE_0,
+	FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS-1,
 #endif
 #ifdef CONFIG_X86_VISWS_APIC
 	FIX_CO_CPU,	/* Cobalt timer */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)