提交 dd673bca 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

[PATCH] UML: fix the INIT_ENV_ARG_LIMIT dependencies

Fix the INIT_ENV_ARG_LIMIT dependencies to what seems to have been
intended.

Spotted by Jean-Luc Leger.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Acked-by: NPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 033ab7f8
...@@ -54,8 +54,8 @@ config LOCK_KERNEL ...@@ -54,8 +54,8 @@ config LOCK_KERNEL
config INIT_ENV_ARG_LIMIT config INIT_ENV_ARG_LIMIT
int int
default 32 if !USERMODE default 32 if !UML
default 128 if USERMODE default 128 if UML
help help
Maximum of each of the number of arguments and environment Maximum of each of the number of arguments and environment
variables passed to init from the kernel command line. variables passed to init from the kernel command line.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册