changeset 123:27bdecacab37

Forgot to "hg add" this kernel patch to make UML packaging work.
author Rob Landley <rob@landley.net>
date Mon, 05 Mar 2007 18:36:04 -0500
parents 2b748009f1a6
children d5e9d5cf0172
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	Mon Mar 05 18:36:04 2007 -0500
@@ -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;
+