forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-06 89281ea41721b3027e14d66c19f2dbb4d11847d3
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