x86: move mp_bus_id_to_local to numa.c
[sfrench/cifs-2.6.git] / arch / x86 / kernel / mpparse_32.c
index 8795122db9bc8c957020d87f2c15c62d8858de1e..ae385b4278416304255fb7764b60409bbd57d52a 100644 (file)
@@ -47,7 +47,6 @@ int mp_bus_id_to_type [MAX_MP_BUSSES];
 #endif
 DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
 int mp_bus_id_to_node [MAX_MP_BUSSES];
-int mp_bus_id_to_local [MAX_MP_BUSSES];
 int mp_bus_id_to_pci_bus [MAX_MP_BUSSES] = { [0 ... MAX_MP_BUSSES-1] = -1 };
 static int mp_current_pci_id;