diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-08-28 15:17:49 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 16:18:54 +0100 |
commit | 2a31b03335e570dce5fdd082e0d71d48b2cb4290 (patch) | |
tree | 17c691e8f53874eb309fa8ed9ed14f65167247d2 /arch/mips/Kconfig | |
parent | b65a75b8c91c0f05047399401407371678fe9549 (diff) | |
download | linux-2a31b03335e570dce5fdd082e0d71d48b2cb4290.tar.gz linux-2a31b03335e570dce5fdd082e0d71d48b2cb4290.tar.bz2 linux-2a31b03335e570dce5fdd082e0d71d48b2cb4290.zip |
MIPS: Rewrite spinlocks to ticket locks.
Based on patch by Chad Reese of Cavium Networks.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c15416c2e89d..16097a8f5c52 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -610,11 +610,6 @@ source "arch/mips/vr41xx/Kconfig" endmenu -config GENERIC_LOCKBREAK - bool - default y - depends on SMP && PREEMPT - config RWSEM_GENERIC_SPINLOCK bool default y |