]> git.karo-electronics.de Git - karo-tx-linux.git/commit
locking: Adjust spin lock inlining Kconfig options
authorJan Beulich <JBeulich@suse.com>
Mon, 10 Sep 2012 12:01:16 +0000 (13:01 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 13 Sep 2012 15:56:13 +0000 (17:56 +0200)
commit4fe84fb8c6b5081f7364af63aee8e118a665b966
treed82d2eef06ea39bc367da0d394235b92a00841b4
parentd094595078d00b63839d0c5ccb8b184ef242cb45
locking: Adjust spin lock inlining Kconfig options

Break out the DEBUG_SPINLOCK dependency (requires moving up
UNINLINE_SPIN_UNLOCK, as this was the only one in that block not
depending on that option).

Avoid putting values not selected into the resulting .config -
they are not useful for anything, make the output less legible,
and just consume space: Use "depends on" rather than directly
setting the default from the combined dependency values.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/504DF2AC020000780009A2DF@nat28.tlf.novell.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/Kconfig.locks