From bcc8731efe65f9184cc46edcbbf79771759b8d84 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 23 Oct 2013 19:00:40 +0100 Subject: patches to support booting from my grub --- xen/drivers/char/console.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xen/drivers') 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); } } -- cgit v1.2.3