|
@@ -342,8 +342,7 @@ config CHECK_SIGNATURE
|
|
bool
|
|
bool
|
|
|
|
|
|
config CPUMASK_OFFSTACK
|
|
config CPUMASK_OFFSTACK
|
|
- bool "Force CPU masks off stack"
|
|
|
|
- depends on SMP
|
|
|
|
|
|
+ bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS
|
|
help
|
|
help
|
|
Use dynamic allocation for cpumask_var_t, instead of putting
|
|
Use dynamic allocation for cpumask_var_t, instead of putting
|
|
them on the stack. This is a bit more expensive, but avoids
|
|
them on the stack. This is a bit more expensive, but avoids
|