aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorGreg Edwards <edwardsg@sgi.com>2004-10-25 04:25:18 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-25 04:25:18 -0700
commit2282790451537ce3ec6bead5745f7bcda88d4260 (patch)
tree7456dbd7a0d8efb21c5ee66c2d10f76d70d116d1 /init
parentf7dda4d706890e8b8b04ec79864e6f23f427f2d2 (diff)
downloadhistory-2282790451537ce3ec6bead5745f7bcda88d4260.tar.gz
[PATCH] increase max LOG_BUF_SHIFT value
We've run into problems at 512p with the kernel log buffer wrapping and overwriting some of the early boot output. This is with a CONFIG_LOG_BUF_SHIFT value of 20 (1MB). The patch below just bumps the max possible setting to 21 (2MB). Signed-off-by: Greg Edwards <edwardsg@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index f8e2d9be7e82bd..00b7a9d0a39769 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -176,7 +176,7 @@ config AUDITSYSCALL
config LOG_BUF_SHIFT
int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" if DEBUG_KERNEL
- range 12 20
+ range 12 21
default 17 if ARCH_S390
default 16 if X86_NUMAQ || IA64
default 15 if SMP