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

arch:Kconfig.locks Remove unused config option.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Justin P. Mattock and committed by
Jiri Kosina
68756699 6eab04a8

+1 -4
-3
arch/Kconfig
··· 144 144 config HAVE_DMA_API_DEBUG 145 145 bool 146 146 147 - config HAVE_DEFAULT_NO_SPIN_MUTEXES 148 - bool 149 - 150 147 config HAVE_HW_BREAKPOINT 151 148 bool 152 149 depends on PERF_EVENTS
+1 -1
kernel/Kconfig.locks
··· 199 199 def_bool !DEBUG_SPINLOCK && ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE 200 200 201 201 config MUTEX_SPIN_ON_OWNER 202 - def_bool SMP && !DEBUG_MUTEXES && !HAVE_DEFAULT_NO_SPIN_MUTEXES 202 + def_bool SMP && !DEBUG_MUTEXES