|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] xenlinux i386: allow setting panic_on_oops through a
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
/*
xen3-i386-panic-on-oops
Description: Binary data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH] xenlinux i386: allow setting panic_on_oops through a command line option,
Jan Beulich <=
|
|
|
|
|