patch-2.4.19 linux-2.4.19/include/asm-i386/mpspec.h

Next file: linux-2.4.19/include/asm-i386/msr.h
Previous file: linux-2.4.19/include/asm-i386/mmu_context.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-i386/mpspec.h linux-2.4.19/include/asm-i386/mpspec.h
@@ -198,6 +198,9 @@
 	MP_BUS_MCA
 };
 extern int mp_bus_id_to_type [MAX_MP_BUSSES];
+extern int mp_bus_id_to_node [MAX_MP_BUSSES];
+extern int mp_bus_id_to_local [MAX_MP_BUSSES];
+extern int quad_local_to_mp_bus_id [NR_CPUS/4][4];
 extern int mp_bus_id_to_pci_bus [MAX_MP_BUSSES];
 
 extern unsigned int boot_cpu_physical_apicid;

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