comparison sources/patches/linux-2.6.13-cmdline.patch @ 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 27bdecacab37
children 0d8e80202e94
comparison
equal deleted inserted replaced
150:9917743fc3c9 151:d0d6eb18d0ae
1 --- linux-old/init/main.c 2005-09-09 21:42:58.000000000 -0500
2 +++ linux-new/init/main.c 2005-10-24 02:07:37.683498720 -0500
3 @@ -242,15 +242,6 @@
4 if (obsolete_checksetup(param))
5 return 0;
6
7 - /*
8 - * Preemptive maintenance for "why didn't my mispelled command
9 - * line work?"
10 - */
11 - if (strchr(param, '.') && (!val || strchr(param, '.') < val)) {
12 - printk(KERN_ERR "Unknown boot option `%s': ignoring\n", param);
13 - return 0;
14 - }
15 -
16 if (panic_later)
17 return 0;
18