commit | ce3fe6b2bfded4f5d931c5f2f9325dc2e3fd3a74 | [log] [tgz] |
---|---|---|
author | Alexey Starikovskiy <astarikovskiy@suse.de> | Mon Mar 17 22:08:17 2008 +0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:05 2008 +0200 |
tree | 8e8001b52fa710c90a14a0078d4f689086186b9e | |
parent | e3e3ffa20351b32b5eaa6020d051305c8d803ed4 [diff] [blame] |
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>
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index eb97bcf..58f3c1f 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c
@@ -62,7 +62,7 @@ #include <asm/io.h> #include <asm/vmi.h> #include <setup_arch.h> -#include <bios_ebda.h> +#include <asm/bios_ebda.h> #include <asm/cacheflush.h> #include <asm/processor.h>