commit | f8dfd5ed149ae340451f25847b434297c20d4645 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sat Apr 19 19:19:54 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 19 19:19:54 2008 +0200 |
tree | 390c65b4b18c3a3b1eb2f1a82a1e3c519aff7b8c | |
parent | 3925e6fc1f774048404fdd910b0345b06c699eb4 [diff] [blame] |
x86: KGDB build fix Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kernel/kgdb.c b/arch/x86/kernel/kgdb.c index 24362ec..f47f0eb 100644 --- a/arch/x86/kernel/kgdb.c +++ b/arch/x86/kernel/kgdb.c
@@ -46,11 +46,7 @@ #include <asm/apicdef.h> #include <asm/system.h> -#ifdef CONFIG_X86_32 -# include <mach_ipi.h> -#else -# include <asm/mach_apic.h> -#endif +#include <mach_ipi.h> /* * Put the error code here just in case the user cares: