aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/char/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/drivers/char/console.c')
-rw-r--r--xen/drivers/char/console.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/drivers/char/console.c b/xen/drivers/char/console.c
index 508f84592e..d295ffa815 100644
--- a/xen/drivers/char/console.c
+++ b/xen/drivers/char/console.c
@@ -1062,7 +1062,7 @@ void panic(const char *fmt, ...)
if ( opt_noreboot )
printk("Manual reset required ('noreboot' specified)\n");
else
- printk("Reboot in five seconds...\n");
+ printk("Reboot in thirty seconds...\n");
spin_unlock_irqrestore(&lock, flags);
@@ -1079,7 +1079,7 @@ void panic(const char *fmt, ...)
else
{
watchdog_disable();
- machine_restart(5000);
+ machine_restart(30000);
}
}