Skip to content

Commit

Permalink
[PATCH] UML: fix the INIT_ENV_ARG_LIMIT dependencies
Browse files Browse the repository at this point in the history
Fix 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]>
Acked-by: Paolo 'Blaisorblade' Giarrusso <[email protected]>
Cc: Jeff Dike <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
AdrianBunk authored and Linus Torvalds committed Jun 30, 2006
1 parent 033ab7f commit dd673bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ config LOCK_KERNEL

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.
Expand Down

0 comments on commit dd673bc

Please sign in to comment.