summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-04-19 19:19:54 +0200
committerIngo Molnar <mingo@elte.hu>2008-04-19 19:19:54 +0200
commitf8dfd5ed149ae340451f25847b434297c20d4645 (patch)
tree390c65b4b18c3a3b1eb2f1a82a1e3c519aff7b8c
parent3925e6fc1f774048404fdd910b0345b06c699eb4 (diff)
x86: KGDB build fix
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/kernel/kgdb.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86/kernel/kgdb.c b/arch/x86/kernel/kgdb.c
index 24362ecf5f9a..f47f0eb886b8 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: