diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-04-20 13:43:05 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-05-14 13:50:27 +0100 |
commit | 237e5a3443e5531336b880bbaf3e7bac110330f7 (patch) | |
tree | 3c793b3117962fc8253dacf5a6a1dcb975028d86 /arch | |
parent | c52399bece85cd4b157dd772e9f20551f9f18d2f (diff) | |
download | linux-237e5a3443e5531336b880bbaf3e7bac110330f7.tar.bz2 |
MIPS: Kconfig: Delete duplicate definition of RWSEM_GENERIC_SPINLOCK.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 023aa2d46503..09b1287a92ce 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1966,10 +1966,6 @@ config SECCOMP endmenu -config RWSEM_GENERIC_SPINLOCK - bool - default y - config LOCKDEP_SUPPORT bool default y |