diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-09-03 15:56:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 00:06:09 -0700 |
commit | 7e06066b87ffd2c7a7f4c3f1c612293307270976 (patch) | |
tree | 594abc766ea11011685573dc47a626b5fa0b6b97 /arch/sh64 | |
parent | 59df6bbf386d8f26870b28307d0e4f06d631685f (diff) | |
download | linux-3.10-7e06066b87ffd2c7a7f4c3f1c612293307270976.tar.gz linux-3.10-7e06066b87ffd2c7a7f4c3f1c612293307270976.tar.bz2 linux-3.10-7e06066b87ffd2c7a7f4c3f1c612293307270976.zip |
[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 <bunk@stusta.de>
Acked-by: Paul Mundt <lethal@Linux-SH.ORG>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/sh64')
-rw-r--r-- | arch/sh64/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
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 |