From: Alistair John Strachan Date: Tue, 8 May 2007 07:31:15 +0000 (-0700) Subject: Move LOG_BUF_SHIFT to a more sensible place X-Git-Tag: v2.6.22-rc1~619 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=794543a236074f49a8af89ef08ef6a753e4777e5;p=pandora-kernel.git Move LOG_BUF_SHIFT to a more sensible place Several people have observed that perhaps LOG_BUF_SHIFT should be in a more obvious place than under DEBUG_KERNEL. Under some circumstances (such as the PARISC architecture), DEBUG_KERNEL can increase kernel size, which is an undesirable trade off for something as trivial as increasing the kernel log buffer size. Instead, move LOG_BUF_SHIFT into "General Setup", so that people are more likely to be able to change it such a circumstance that the default buffer size is insufficient. Signed-off-by: Alistair John Strachan Acked-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed