diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/alpha/Kconfig.debug | 9 | ||||
-rw-r--r-- | arch/alpha/defconfig | 1 | ||||
-rw-r--r-- | arch/parisc/Kconfig.debug | 9 | ||||
-rw-r--r-- | arch/parisc/configs/a500_defconfig | 1 |
4 files changed, 0 insertions, 20 deletions
diff --git a/arch/alpha/Kconfig.debug b/arch/alpha/Kconfig.debug index f45f28cc10da..3f6265f2d9d4 100644 --- a/arch/alpha/Kconfig.debug +++ b/arch/alpha/Kconfig.debug | |||
@@ -7,15 +7,6 @@ config EARLY_PRINTK | |||
7 | depends on ALPHA_GENERIC || ALPHA_SRM | 7 | depends on ALPHA_GENERIC || ALPHA_SRM |
8 | default y | 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 | config ALPHA_LEGACY_START_ADDRESS | 10 | config ALPHA_LEGACY_START_ADDRESS |
20 | bool "Legacy kernel start address" | 11 | bool "Legacy kernel start address" |
21 | depends on ALPHA_GENERIC | 12 | depends on ALPHA_GENERIC |
diff --git a/arch/alpha/defconfig b/arch/alpha/defconfig index 6da9c3dbde44..e43f68fd66b0 100644 --- a/arch/alpha/defconfig +++ b/arch/alpha/defconfig | |||
@@ -882,7 +882,6 @@ CONFIG_MAGIC_SYSRQ=y | |||
882 | # CONFIG_DEBUG_SPINLOCK is not set | 882 | # CONFIG_DEBUG_SPINLOCK is not set |
883 | CONFIG_DEBUG_INFO=y | 883 | CONFIG_DEBUG_INFO=y |
884 | CONFIG_EARLY_PRINTK=y | 884 | CONFIG_EARLY_PRINTK=y |
885 | # CONFIG_DEBUG_RWLOCK is not set | ||
886 | # CONFIG_DEBUG_SEMAPHORE is not set | 885 | # CONFIG_DEBUG_SEMAPHORE is not set |
887 | CONFIG_ALPHA_LEGACY_START_ADDRESS=y | 886 | CONFIG_ALPHA_LEGACY_START_ADDRESS=y |
888 | CONFIG_MATHEMU=y | 887 | CONFIG_MATHEMU=y |
diff --git a/arch/parisc/Kconfig.debug b/arch/parisc/Kconfig.debug index 9166bd117267..bc989e522a04 100644 --- a/arch/parisc/Kconfig.debug +++ b/arch/parisc/Kconfig.debug | |||
@@ -2,15 +2,6 @@ menu "Kernel hacking" | |||
2 | 2 | ||
3 | source "lib/Kconfig.debug" | 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 | config DEBUG_RODATA | 5 | config DEBUG_RODATA |
15 | bool "Write protect kernel read-only data structures" | 6 | bool "Write protect kernel read-only data structures" |
16 | depends on DEBUG_KERNEL | 7 | depends on DEBUG_KERNEL |
diff --git a/arch/parisc/configs/a500_defconfig b/arch/parisc/configs/a500_defconfig index ea071218a3ed..ddacc72e38fb 100644 --- a/arch/parisc/configs/a500_defconfig +++ b/arch/parisc/configs/a500_defconfig | |||
@@ -1050,7 +1050,6 @@ CONFIG_SCHED_DEBUG=y | |||
1050 | CONFIG_FORCED_INLINING=y | 1050 | CONFIG_FORCED_INLINING=y |
1051 | # CONFIG_RCU_TORTURE_TEST is not set | 1051 | # CONFIG_RCU_TORTURE_TEST is not set |
1052 | # CONFIG_FAULT_INJECTION is not set | 1052 | # CONFIG_FAULT_INJECTION is not set |
1053 | # CONFIG_DEBUG_RWLOCK is not set | ||
1054 | # CONFIG_DEBUG_RODATA is not set | 1053 | # CONFIG_DEBUG_RODATA is not set |
1055 | 1054 | ||
1056 | # | 1055 | # |