From: Jan Beulich Date: Mon, 10 Sep 2012 12:01:16 +0000 (+0100) Subject: locking: Adjust spin lock inlining Kconfig options X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~99^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fe84fb8c6b5081f7364af63aee8e118a665b966;p=pandora-kernel.git 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 Cc: Linus Torvalds Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/504DF2AC020000780009A2DF@nat28.tlf.novell.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed