[PATCH] x86_64: Fixup read_mostly section on internode cache line size for vSMP
[powerpc.git] / arch / x86_64 / kernel / traps.c
index edaa9fe..6bda322 100644 (file)
@@ -973,14 +973,14 @@ void __init trap_init(void)
 static int __init oops_dummy(char *s)
 { 
        panic_on_oops = 1;
-       return -1; 
+       return 1;
 } 
 __setup("oops=", oops_dummy); 
 
 static int __init kstack_setup(char *s)
 {
        kstack_depth_to_print = simple_strtoul(s,NULL,0);
-       return 0;
+       return 1;
 }
 __setup("kstack=", kstack_setup);