aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 07:44:32 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-28 17:20:28 -0500
commit9c7642470ecf03d8b4946a2addc8fe631b8426dd (patch)
treeca3231588aeb790d52d9808d053f9c54f6bbc7c1 /arch/x86/kernel/mpparse.c
parent1322a2e2db87c938d8381f8501af9a4d0eab8bc7 (diff)
x86: consolidate the ->mps_oem_check() code
- spread out the mps_oem_check() namespace on a per APIC driver basis Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/mpparse.c')
-rw-r--r--arch/x86/kernel/mpparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c
index f6fb1928439d..b12fa5ce6f58 100644
--- a/arch/x86/kernel/mpparse.c
+++ b/arch/x86/kernel/mpparse.c
@@ -292,7 +292,7 @@ static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early)
292 return 0; 292 return 0;
293 293
294#ifdef CONFIG_X86_32 294#ifdef CONFIG_X86_32
295 mps_oem_check(mpc, oem, str); 295 generic_mps_oem_check(mpc, oem, str);
296#endif 296#endif
297 /* save the local APIC address, it might be non-default */ 297 /* save the local APIC address, it might be non-default */
298 if (!acpi_lapic) 298 if (!acpi_lapic)