changeset 149:86e57060c2df

Remove a patch that was applied between 2.6.20.4 and 2.6.20.6.
author Rob Landley <rob@landley.net>
date Sat, 07 Apr 2007 21:32:30 -0400
parents 4d6404801202
children 9917743fc3c9
files sources/patches/linux-2.6.13-cmdline.patch
diffstat 1 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/sources/patches/linux-2.6.13-cmdline.patch	Sat Apr 07 20:40:06 2007 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
---- 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;
-