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 /include/asm-x86/mach-numaq | |
parent | e129cb490e842753b43af7aae136935fc0928dc8 (diff) |
x86: move mp_bus_id_to_node to numa.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mach-numaq')
-rw-r--r-- | include/asm-x86/mach-numaq/mach_mpparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/mach-numaq/mach_mpparse.h b/include/asm-x86/mach-numaq/mach_mpparse.h index 0917b95c42ac..254993ae04c7 100644 --- a/include/asm-x86/mach-numaq/mach_mpparse.h +++ b/include/asm-x86/mach-numaq/mach_mpparse.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define __ASM_MACH_MPPARSE_H | 2 | #define __ASM_MACH_MPPARSE_H |
3 | 3 | ||
4 | extern int mp_bus_id_to_local[MAX_MP_BUSSES]; | 4 | extern int mp_bus_id_to_local[MAX_MP_BUSSES]; |
5 | extern int mp_bus_id_to_node[MAX_MP_BUSSES]; | ||
5 | 6 | ||
6 | static inline void mpc_oem_bus_info(struct mpc_config_bus *m, char *name, | 7 | static inline void mpc_oem_bus_info(struct mpc_config_bus *m, char *name, |
7 | struct mpc_config_translation *translation) | 8 | struct mpc_config_translation *translation) |