Commit f8dfd5ed authored by Ingo Molnar's avatar Ingo Molnar

x86: KGDB build fix

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 3925e6fc
...@@ -46,11 +46,7 @@ ...@@ -46,11 +46,7 @@
#include <asm/apicdef.h> #include <asm/apicdef.h>
#include <asm/system.h> #include <asm/system.h>
#ifdef CONFIG_X86_32 #include <mach_ipi.h>
# include <mach_ipi.h>
#else
# include <asm/mach_apic.h>
#endif
/* /*
* Put the error code here just in case the user cares: * Put the error code here just in case the user cares:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment