aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse_32.c
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-03-17 15:08:17 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:05 -0400
commitce3fe6b2bfded4f5d931c5f2f9325dc2e3fd3a74 (patch)
tree8e8001b52fa710c90a14a0078d4f689086186b9e /arch/x86/kernel/mpparse_32.c
parente3e3ffa20351b32b5eaa6020d051305c8d803ed4 (diff)
x86: use get_bios_ebda in mpparse_64.c
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c
index 838e4974e1ce..a2162644cb4e 100644
--- a/arch/x86/kernel/mpparse_32.c
+++ b/arch/x86/kernel/mpparse_32.c
@@ -27,11 +27,11 @@
27#include <asm/mtrr.h> 27#include <asm/mtrr.h>
28#include <asm/mpspec.h> 28#include <asm/mpspec.h>
29#include <asm/io_apic.h> 29#include <asm/io_apic.h>
30#include <asm/bios_ebda.h>
30 31
31#include <mach_apic.h> 32#include <mach_apic.h>
32#include <mach_apicdef.h> 33#include <mach_apicdef.h>
33#include <mach_mpparse.h> 34#include <mach_mpparse.h>
34#include <bios_ebda.h>
35 35
36/* Have we found an MP table */ 36/* Have we found an MP table */
37int smp_found_config; 37int smp_found_config;