commit | 90e1c6969d8711edb888a00ec54c74370f125c8f | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Aug 20 12:34:47 2009 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Aug 27 17:12:53 2009 +0200 |
tree | ce096ac8adec548d968a997411291213cfd511d6 | |
parent | 52fdb5684660f9fd7129f7bbbe279a02893bacb8 [diff] [blame] |
x86: Move oem_bus_info to x86_init_ops Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index fb5d93c..27685ed 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c
@@ -31,5 +31,6 @@ .setup_ioapic_ids = x86_init_noop, .mpc_apic_id = default_mpc_apic_id, .smp_read_mpc_oem = default_smp_read_mpc_oem, + .mpc_oem_bus_info = default_mpc_oem_bus_info, }, };