commit | d53e2f2855f1c7c2725d550c1ae6b26f4d671c50 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Jan 28 19:14:52 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jan 29 14:16:49 2009 +0100 |
tree | f749e169c6b8099428cb3aa3f0aa1412ce6e1a17 | |
parent | 9f4187f0a3b93fc215b4472063b6c0b44364e60c [diff] [blame] |
x86, smp: remove mach_ipi.h Move mach_ipi.h definitions into genapic.h. Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kernel/crash.c b/arch/x86/kernel/crash.c index 11b93ca..ad7f2a6 100644 --- a/arch/x86/kernel/crash.c +++ b/arch/x86/kernel/crash.c
@@ -28,7 +28,7 @@ #include <asm/reboot.h> #include <asm/virtext.h> -#include <mach_ipi.h> +#include <asm/genapic.h> #if defined(CONFIG_SMP) && defined(CONFIG_X86_LOCAL_APIC)