diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-03-17 15:08:48 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:08 -0400 |
commit | 0ec153af4dec8944e6da558093914a3bce4c76f9 (patch) | |
tree | 374a5287217a709e01ff1dd2697f844d955bb2da /arch/x86/kernel/mpparse_32.c | |
parent | d285e338899a4ff662a17b22d3bb0e48bb1465d4 (diff) |
x86: remove mpc_oem_bus_info()
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/mpparse_32.c')
-rw-r--r-- | arch/x86/kernel/mpparse_32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c index 621eac569550..febd69dbbee9 100644 --- a/arch/x86/kernel/mpparse_32.c +++ b/arch/x86/kernel/mpparse_32.c | |||
@@ -265,7 +265,11 @@ static void __init MP_bus_info (struct mpc_config_bus *m) | |||
265 | memcpy(str, m->mpc_bustype, 6); | 265 | memcpy(str, m->mpc_bustype, 6); |
266 | str[6] = 0; | 266 | str[6] = 0; |
267 | 267 | ||
268 | #ifdef CONFIG_X86_NUMAQ | ||
268 | mpc_oem_bus_info(m, str, translation_table[mpc_record]); | 269 | mpc_oem_bus_info(m, str, translation_table[mpc_record]); |
270 | #else | ||
271 | Dprintk("Bus #%d is %s\n", m->mpc_busid, str); | ||
272 | #endif | ||
269 | 273 | ||
270 | #if MAX_MP_BUSSES < 256 | 274 | #if MAX_MP_BUSSES < 256 |
271 | if (m->mpc_busid >= MAX_MP_BUSSES) { | 275 | if (m->mpc_busid >= MAX_MP_BUSSES) { |