changeset 151:d0d6eb18d0ae

Sigh, that wasn't the patch that got merged. Put it back...
author Rob Landley <rob@landley.net>
date Sat, 07 Apr 2007 23:24:06 -0400
parents 9917743fc3c9
children d056d2571395
files sources/patches/linux-2.6.13-cmdline.patch
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/patches/linux-2.6.13-cmdline.patch	Sat Apr 07 23:24:06 2007 -0400
@@ -0,0 +1,18 @@
+--- linux-old/init/main.c	2005-09-09 21:42:58.000000000 -0500
++++ linux-new/init/main.c	2005-10-24 02:07:37.683498720 -0500
+@@ -242,15 +242,6 @@
+ 	if (obsolete_checksetup(param))
+ 		return 0;
+ 
+-	/*
+-	 * Preemptive maintenance for "why didn't my mispelled command
+-	 * line work?"
+-	 */
+-	if (strchr(param, '.') && (!val || strchr(param, '.') < val)) {
+-		printk(KERN_ERR "Unknown boot option `%s': ignoring\n", param);
+-		return 0;
+-	}
+-
+ 	if (panic_later)
+ 		return 0;
+