aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index b3c8be0da17f..50b47cde8b49 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -342,7 +342,8 @@ config CHECK_SIGNATURE
342 bool 342 bool
343 343
344config CPUMASK_OFFSTACK 344config CPUMASK_OFFSTACK
345 bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS 345 bool "Force CPU masks off stack"
346 depends on SMP
346 help 347 help
347 Use dynamic allocation for cpumask_var_t, instead of putting 348 Use dynamic allocation for cpumask_var_t, instead of putting
348 them on the stack. This is a bit more expensive, but avoids 349 them on the stack. This is a bit more expensive, but avoids