projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59df6bb
)
[PATCH] arch/sh64/Kconfig: doesn't need it's own LOG_BUF_SHIFT
author
Adrian Bunk
<bunk@stusta.de>
Sat, 3 Sep 2005 22:56:24 +0000
(15:56 -0700)
committer
Linus Torvalds
<torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:06:09 +0000
(
00:06
-0700)
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>
arch/sh64/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh64/Kconfig
b/arch/sh64/Kconfig
index 4c3e5334adb3208361123062aabf5abe8c7fd745..fb35b45dc130074b3fd6d0170c58588f17885f1e 100644
(file)
--- 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