summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2013-11-27 11:09:19 +0100
committerIngo Molnar <mingo@kernel.org>2013-11-27 11:09:19 +0100
commit7d5b15831039837f3551bf40f188385ed8ad5e16 (patch)
treea95870602cabbbd23fe0ff5c9f93a3fc22a81566 /lib
parente0edc78f25c020dea66742c05a7fbcb2ff3df629 (diff)
parentf1a83e652bedef88d6d77d3dc58250e08e7062bd (diff)
downloadop-kernel-dev-7d5b15831039837f3551bf40f188385ed8ad5e16.zip
op-kernel-dev-7d5b15831039837f3551bf40f188385ed8ad5e16.tar.gz
Merge branch 'core/urgent' into core/locking
Prepare for dependent patch. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 06dc742..3f7fb4d 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -342,7 +342,8 @@ config CHECK_SIGNATURE
bool
config CPUMASK_OFFSTACK
- bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS
+ bool "Force CPU masks off stack"
+ depends on SMP
help
Use dynamic allocation for cpumask_var_t, instead of putting
them on the stack. This is a bit more expensive, but avoids
OpenPOWER on IntegriCloud