diff options
Diffstat (limited to 'arch/x86/kernel/crash.c')
| -rw-r--r-- | arch/x86/kernel/crash.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/kernel/crash.c b/arch/x86/kernel/crash.c index c689d19e35ab..ff958248e61d 100644 --- a/arch/x86/kernel/crash.c +++ b/arch/x86/kernel/crash.c @@ -24,12 +24,10 @@  #include <asm/apic.h>  #include <asm/hpet.h>  #include <linux/kdebug.h> -#include <asm/smp.h> +#include <asm/cpu.h>  #include <asm/reboot.h>  #include <asm/virtext.h> -#include <mach_ipi.h> -  #if defined(CONFIG_SMP) && defined(CONFIG_X86_LOCAL_APIC)  |