linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / i386 / kernel / cpu / mcheck / mce.c
index afa0888..6170af3 100644 (file)
@@ -64,13 +64,13 @@ void mcheck_init(struct cpuinfo_x86 *c)
 static int __init mcheck_disable(char *str)
 {
        mce_disabled = 1;
-       return 1;
+       return 0;
 }
 
 static int __init mcheck_enable(char *str)
 {
        mce_disabled = -1;
-       return 1;
+       return 0;
 }
 
 __setup("nomce", mcheck_disable);