diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-03-17 15:08:17 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:05 -0400 |
commit | ce3fe6b2bfded4f5d931c5f2f9325dc2e3fd3a74 (patch) | |
tree | 8e8001b52fa710c90a14a0078d4f689086186b9e /arch/x86/kernel/mpparse_32.c | |
parent | e3e3ffa20351b32b5eaa6020d051305c8d803ed4 (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.c | 2 |
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 */ |
37 | int smp_found_config; | 37 | int smp_found_config; |