x86: move mp_bus_not_pci from mpparse.c
This commit is contained in:
committed by
Thomas Gleixner
parent
ce6444d39f
commit
8732fc4b23
@@ -32,16 +32,6 @@
|
||||
#include <mach_mpparse.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Various Linux-internal data structures created from the
|
||||
* MP-table.
|
||||
*/
|
||||
#if defined (CONFIG_MCA) || defined (CONFIG_EISA)
|
||||
int mp_bus_id_to_type[MAX_MP_BUSSES];
|
||||
#endif
|
||||
|
||||
DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
|
||||
|
||||
/*
|
||||
* Checksum an MP configuration block.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user