This patch fixes the INIT_ENV_ARG_LIMIT dependencies to what seems to
have been intended.
Spotted by Jean-Luc Leger.
Signed-off-by: Adrian Bunk <[email protected]>
--- linux-2.6.17-rc1-mm2-full/init/Kconfig.old 2006-04-15 16:26:46.000000000 +0200
+++ linux-2.6.17-rc1-mm2-full/init/Kconfig 2006-04-15 16:27:12.000000000 +0200
@@ -46,8 +46,8 @@
config INIT_ENV_ARG_LIMIT
int
- default 32 if !USERMODE
- default 128 if USERMODE
+ default 32 if !UML
+ default 128 if UML
help
Maximum of each of the number of arguments and environment
variables passed to init from the kernel command line.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]