diff options
Diffstat (limited to 'arch/x86/kernel/reboot.c')
| -rw-r--r-- | arch/x86/kernel/reboot.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c index 4526b3a75ed2..2aef36d8aca2 100644 --- a/arch/x86/kernel/reboot.c +++ b/arch/x86/kernel/reboot.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | #include <asm/reboot.h> | 14 | #include <asm/reboot.h> |
| 15 | #include <asm/pci_x86.h> | 15 | #include <asm/pci_x86.h> |
| 16 | #include <asm/virtext.h> | 16 | #include <asm/virtext.h> |
| 17 | #include <asm/cpu.h> | ||
| 17 | 18 | ||
| 18 | #ifdef CONFIG_X86_32 | 19 | #ifdef CONFIG_X86_32 |
| 19 | # include <linux/dmi.h> | 20 | # include <linux/dmi.h> |
| @@ -23,8 +24,6 @@ | |||
| 23 | # include <asm/iommu.h> | 24 | # include <asm/iommu.h> |
| 24 | #endif | 25 | #endif |
| 25 | 26 | ||
| 26 | #include <mach_ipi.h> | ||
| 27 | |||
| 28 | /* | 27 | /* |
| 29 | * Power off function, if any | 28 | * Power off function, if any |
| 30 | */ | 29 | */ |
| @@ -658,7 +657,7 @@ static int crash_nmi_callback(struct notifier_block *self, | |||
| 658 | 657 | ||
| 659 | static void smp_send_nmi_allbutself(void) | 658 | static void smp_send_nmi_allbutself(void) |
| 660 | { | 659 | { |
| 661 | send_IPI_allbutself(NMI_VECTOR); | 660 | apic->send_IPI_allbutself(NMI_VECTOR); |
| 662 | } | 661 | } |
| 663 | 662 | ||
| 664 | static struct notifier_block crash_nmi_nb = { | 663 | static struct notifier_block crash_nmi_nb = { |
