forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/lib/Kconfig
....@@ -441,6 +441,7 @@
441441
442442 config CPUMASK_OFFSTACK
443443 bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS
444
+ depends on !PREEMPT_RT_FULL
444445 help
445446 Use dynamic allocation for cpumask_var_t, instead of putting
446447 them on the stack. This is a bit more expensive, but avoids