From: jbeulich@novell.com Subject: allow setting panic_on_oops through a command line option . Signed-off-by: Jan Beulich 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 /*