X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=init%2FKconfig;h=e037a5a22b468a47f331f2d5bd5bce957e3f76e6;hb=f17a32e97eaa924754bf4463aee588a3890c7ae0;hp=da071c4bbfb7aa179964b6dbc92606f88b87a5c4;hpb=cfd299dffe6f47c04c47b95893708cdc65876fbd;p=linux-2.6 diff --git a/init/Kconfig b/init/Kconfig index da071c4bbf..e037a5a22b 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -259,17 +259,14 @@ config IKCONFIG_PROC config LOG_BUF_SHIFT int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" range 12 21 - default 17 if S390 || LOCKDEP - default 16 if X86_NUMAQ || IA64 - default 15 if SMP - default 14 + default 17 help Select kernel log buffer size as a power of 2. - Defaults and Examples: - 17 => 128 KB for S/390 - 16 => 64 KB for x86 NUMAQ or IA-64 - 15 => 32 KB for SMP - 14 => 16 KB for uniprocessor + Examples: + 17 => 128 KB + 16 => 64 KB + 15 => 32 KB + 14 => 16 KB 13 => 8 KB 12 => 4 KB