From 8fc43986169597831ef9c30a4169933b0c9463e3 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Fri, 30 Jun 2006 01:55:51 -0700 Subject: [PATCH] --- yaml --- r: 31393 b: refs/heads/master c: dd673bca474a199fb8d1b6a311832592977ecb5f h: refs/heads/master i: 31391: 47db3d3f0342cf8e8d595bb97e8dd3ed7ca95b25 v: v3 --- [refs] | 2 +- trunk/init/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 32471778aaf9..58e8d3f610ed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 033ab7f8e5c655f49ec8039930b2efd412abbbd7 +refs/heads/master: dd673bca474a199fb8d1b6a311832592977ecb5f diff --git a/trunk/init/Kconfig b/trunk/init/Kconfig index f515948889a7..a5b073a103e7 100644 --- a/trunk/init/Kconfig +++ b/trunk/init/Kconfig @@ -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.