Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

alpha/parisc: remove config variable DEBUG_RWLOCK

Remove config variable DEBUG_RWLOCK, since it is not used.

Signed-off-by: Jiri Olsa <olsajiri@gmail.com>
Acked-by: Grant Grundler <grundler@parisc-linux.org>
Acked-by: Kyle McMartin <kyle@mcmartin.ca>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Jiri Olsa and committed by
Linus Torvalds
20420bba 03211559

-20
-9
arch/alpha/Kconfig.debug
··· 7 7 depends on ALPHA_GENERIC || ALPHA_SRM 8 8 default y 9 9 10 - config DEBUG_RWLOCK 11 - bool "Read-write spinlock debugging" 12 - depends on DEBUG_KERNEL 13 - help 14 - If you say Y here then read-write lock processing will count how many 15 - times it has tried to get the lock and issue an error message after 16 - too many attempts. If you suspect a rwlock problem or a kernel 17 - hacker asks for this option then say Y. Otherwise say N. 18 - 19 10 config ALPHA_LEGACY_START_ADDRESS 20 11 bool "Legacy kernel start address" 21 12 depends on ALPHA_GENERIC
-1
arch/alpha/defconfig
··· 882 882 # CONFIG_DEBUG_SPINLOCK is not set 883 883 CONFIG_DEBUG_INFO=y 884 884 CONFIG_EARLY_PRINTK=y 885 - # CONFIG_DEBUG_RWLOCK is not set 886 885 # CONFIG_DEBUG_SEMAPHORE is not set 887 886 CONFIG_ALPHA_LEGACY_START_ADDRESS=y 888 887 CONFIG_MATHEMU=y
-9
arch/parisc/Kconfig.debug
··· 2 2 3 3 source "lib/Kconfig.debug" 4 4 5 - config DEBUG_RWLOCK 6 - bool "Read-write spinlock debugging" 7 - depends on DEBUG_KERNEL && SMP 8 - help 9 - If you say Y here then read-write lock processing will count how many 10 - times it has tried to get the lock and issue an error message after 11 - too many attempts. If you suspect a rwlock problem or a kernel 12 - hacker asks for this option then say Y. Otherwise say N. 13 - 14 5 config DEBUG_RODATA 15 6 bool "Write protect kernel read-only data structures" 16 7 depends on DEBUG_KERNEL
-1
arch/parisc/configs/a500_defconfig
··· 1050 1050 CONFIG_FORCED_INLINING=y 1051 1051 # CONFIG_RCU_TORTURE_TEST is not set 1052 1052 # CONFIG_FAULT_INJECTION is not set 1053 - # CONFIG_DEBUG_RWLOCK is not set 1054 1053 # CONFIG_DEBUG_RODATA is not set 1055 1054 1056 1055 #