[POWERPC] celleb: Fix parsing of machine type hack command line option
[powerpc.git] / arch / powerpc / platforms / celleb / setup.c
index 596ab2a..5e9f7f1 100644 (file)
@@ -80,7 +80,7 @@ static int celleb_machine_type_hack(char *ptr)
        return 0;
 }
 
-__setup("celleb_machine_type_hack", celleb_machine_type_hack);
+__setup("celleb_machine_type_hack=", celleb_machine_type_hack);
 
 static void celleb_progress(char *s, unsigned short hex)
 {