From: Adrian Bunk Date: Sat, 3 Sep 2005 22:56:24 +0000 (-0700) Subject: [PATCH] arch/sh64/Kconfig: doesn't need it's own LOG_BUF_SHIFT X-Git-Tag: v2.6.14-rc1~868 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=7e06066b87ffd2c7a7f4c3f1c612293307270976;p=linux-2.6-omap-h63xx.git [PATCH] arch/sh64/Kconfig: doesn't need it's own LOG_BUF_SHIFT The LOG_BUF_SHIFT from lib/Kconfig.debug is sufficient. Signed-off-by: Adrian Bunk Acked-by: Paul Mundt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/sh64/Kconfig b/arch/sh64/Kconfig index 4c3e5334adb..fb35b45dc13 100644 --- a/arch/sh64/Kconfig +++ b/arch/sh64/Kconfig @@ -29,10 +29,6 @@ config GENERIC_CALIBRATE_DELAY bool default y -config LOG_BUF_SHIFT - int - default 14 - config RWSEM_XCHGADD_ALGORITHM bool