diff options
| -rw-r--r-- | lib/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 85cf7ea978aa..7823f8342abf 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
| @@ -157,4 +157,11 @@ config CHECK_SIGNATURE | |||
| 157 | config HAVE_LMB | 157 | config HAVE_LMB |
| 158 | boolean | 158 | boolean |
| 159 | 159 | ||
| 160 | config CPUMASK_OFFSTACK | ||
| 161 | bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS | ||
| 162 | help | ||
| 163 | Use dynamic allocation for cpumask_var_t, instead of putting | ||
| 164 | them on the stack. This is a bit more expensive, but avoids | ||
| 165 | stack overflow. | ||
| 166 | |||
| 160 | endmenu | 167 | endmenu |
