[PATCH] increase max LOG_BUF_SHIFT value
commit2282790451537ce3ec6bead5745f7bcda88d4260
authorGreg Edwards <edwardsg@sgi.com>
Mon, 25 Oct 2004 11:25:18 +0000 (25 04:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 25 Oct 2004 11:25:18 +0000 (25 04:25 -0700)
tree7456dbd7a0d8efb21c5ee66c2d10f76d70d116d1
parentf7dda4d706890e8b8b04ec79864e6f23f427f2d2
[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>
init/Kconfig