X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fdumpstack.c;h=e2a3f0606da4fa487d6d071ff0e964a16f44452c;hb=cbdad8dc18b8ddd6c8b48c4ef26d46f00b5af923;hp=24d0479025f9c6b2a364715a73d785eecc166b2d;hpb=71f9e59800e5ad4e6b683348424c9fe54306cd43;p=pandora-kernel.git diff --git a/arch/x86/kernel/dumpstack.c b/arch/x86/kernel/dumpstack.c index 24d0479025f9..e2a3f0606da4 100644 --- a/arch/x86/kernel/dumpstack.c +++ b/arch/x86/kernel/dumpstack.c @@ -322,16 +322,6 @@ void die(const char *str, struct pt_regs *regs, long err) oops_end(flags, regs, sig); } -static int __init oops_setup(char *s) -{ - if (!s) - return -EINVAL; - if (!strcmp(s, "panic")) - panic_on_oops = 1; - return 0; -} -early_param("oops", oops_setup); - static int __init kstack_setup(char *s) { if (!s)