aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/wdt_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/watchdog/wdt_pci.c')
-rw-r--r--drivers/char/watchdog/wdt_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/watchdog/wdt_pci.c b/drivers/char/watchdog/wdt_pci.c
index 7651deda928c..c80cb77b92fb 100644
--- a/drivers/char/watchdog/wdt_pci.c
+++ b/drivers/char/watchdog/wdt_pci.c
@@ -311,7 +311,7 @@ static irqreturn_t wdtpci_interrupt(int irq, void *dev_id, struct pt_regs *regs)
311 printk(KERN_CRIT PFX "Would Reboot.\n"); 311 printk(KERN_CRIT PFX "Would Reboot.\n");
312#else 312#else
313 printk(KERN_CRIT PFX "Initiating system reboot.\n"); 313 printk(KERN_CRIT PFX "Initiating system reboot.\n");
314 machine_restart(NULL); 314 emergency_restart(NULL);
315#endif 315#endif
316#else 316#else
317 printk(KERN_CRIT PFX "Reset in 5ms.\n"); 317 printk(KERN_CRIT PFX "Reset in 5ms.\n");