forked from ~ljy/RK356X_SDK_RELEASE

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