[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xenlinux i386: allow setting panic_on_oops through a command line option
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> Index: xen-2005-08-19/arch/xen/i386/kernel/setup.c =================================================================== --- xen-2005-08-19.orig/arch/xen/i386/kernel/setup.c 2005-08-19 14:14:31.550763136 +0200 +++ xen-2005-08-19/arch/xen/i386/kernel/setup.c 2005-08-19 14:14:57.236858256 +0200 @@ -813,6 +813,8 @@ else if (!memcmp(from, "noexec=", 7)) noexec_setup(from + 7); + else if (!memcmp(from,"oops=panic", 10)) + panic_on_oops = 1; #ifdef CONFIG_X86_MPPARSE /* Attachment:
xen3-i386-panic-on-oops _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |