commit | 037cab07e9515149fecc2274775807f06ea6b036 | [log] [tgz] |
---|---|---|
author | Alexey Starikovskiy <astarikovskiy@suse.de> | Tue Mar 11 22:55:48 2008 +0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:40:59 2008 +0200 |
tree | ce551b4846fa55f8e60cd62d3c0004e856e838dd | |
parent | e129cb490e842753b43af7aae136935fc0928dc8 [diff] [blame] |
x86: move mp_bus_id_to_node to numa.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/pci/numa.c b/arch/x86/pci/numa.c index e765558..9e30378 100644 --- a/arch/x86/pci/numa.c +++ b/arch/x86/pci/numa.c
@@ -11,6 +11,7 @@ #define XQUAD_PORTIO_BASE 0xfe400000 #define XQUAD_PORTIO_QUAD 0x40000 /* 256k per quad. */ +int mp_bus_id_to_node[MAX_MP_BUSSES]; #define BUS2QUAD(global) (mp_bus_id_to_node[global]) int mp_bus_id_to_local[MAX_MP_BUSSES];