diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-03-11 15:55:48 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:40:59 -0400 |
commit | 037cab07e9515149fecc2274775807f06ea6b036 (patch) | |
tree | ce551b4846fa55f8e60cd62d3c0004e856e838dd /arch/x86/pci | |
parent | e129cb490e842753b43af7aae136935fc0928dc8 (diff) |
x86: move mp_bus_id_to_node to numa.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/pci')
-rw-r--r-- | arch/x86/pci/numa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/pci/numa.c b/arch/x86/pci/numa.c index e765558f7e1b..9e30378364ed 100644 --- a/arch/x86/pci/numa.c +++ b/arch/x86/pci/numa.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #define XQUAD_PORTIO_BASE 0xfe400000 | 11 | #define XQUAD_PORTIO_BASE 0xfe400000 |
12 | #define XQUAD_PORTIO_QUAD 0x40000 /* 256k per quad. */ | 12 | #define XQUAD_PORTIO_QUAD 0x40000 /* 256k per quad. */ |
13 | 13 | ||
14 | int mp_bus_id_to_node[MAX_MP_BUSSES]; | ||
14 | #define BUS2QUAD(global) (mp_bus_id_to_node[global]) | 15 | #define BUS2QUAD(global) (mp_bus_id_to_node[global]) |
15 | 16 | ||
16 | int mp_bus_id_to_local[MAX_MP_BUSSES]; | 17 | int mp_bus_id_to_local[MAX_MP_BUSSES]; |