linux519: Add CacULE cpu scheduler to the available cpu schedulers array

This commit is contained in:
Tk-Glitch
2022-07-24 13:14:18 +02:00
parent 591adf52f4
commit 73142038e2

View File

@@ -202,7 +202,7 @@ _set_cpu_scheduler() {
elif [ "$_basever" = "518" ]; then
_avail_cpu_scheds=("pds" "bmq" "cacule" "tt" "cfs")
elif [ "$_basever" = "519" ]; then
_avail_cpu_scheds=("cfs" "tt")
_avail_cpu_scheds=("cacule" "tt" "cfs" )
else
_avail_cpu_scheds=("cfs")
fi