]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86_64/kernel/setup.c
[PATCH] Don't pass boot parameters to argv_init[]
[linux-2.6-omap-h63xx.git] / arch / x86_64 / kernel / setup.c
index d1f3e9272c054b6efe4db3e032fbeb7883f371b4..0856ad444f90d8baf232af5903b3f7fb46143474 100644 (file)
@@ -540,7 +540,7 @@ void __init alternative_instructions(void)
 static int __init noreplacement_setup(char *s)
 { 
      no_replacement = 1; 
-     return 0; 
+     return 1;
 } 
 
 __setup("noreplacement", noreplacement_setup);