aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/reboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/kernel/reboot.c')
-rw-r--r--arch/i386/kernel/reboot.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/i386/kernel/reboot.c b/arch/i386/kernel/reboot.c
index 3514b4153f7f..8b5ff6e15412 100644
--- a/arch/i386/kernel/reboot.c
+++ b/arch/i386/kernel/reboot.c
@@ -17,7 +17,7 @@
17#include <asm/apic.h> 17#include <asm/apic.h>
18#include <asm/desc.h> 18#include <asm/desc.h>
19#include "mach_reboot.h" 19#include "mach_reboot.h"
20#include <linux/reboot_fixups.h> 20#include <asm/reboot_fixups.h>
21 21
22/* 22/*
23 * Power off function, if any 23 * Power off function, if any
@@ -316,6 +316,10 @@ void machine_shutdown(void)
316#endif 316#endif
317} 317}
318 318
319void __attribute__((weak)) mach_reboot_fixups(void)
320{
321}
322
319void machine_emergency_restart(void) 323void machine_emergency_restart(void)
320{ 324{
321 if (!reboot_thru_bios) { 325 if (!reboot_thru_bios) {