forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-07 f45e756958099c35d6afb746df1d40a1c6302cfc
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