Skip to content
Snippets Groups Projects
Commit f8dfd5ed authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86: KGDB build fix


Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 3925e6fc
No related branches found
No related tags found
No related merge requests found
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment