Add Tasktype to 6.0 (#622)

This commit is contained in:
Ryan
2022-10-10 11:01:38 -04:00
committed by GitHub
parent b321569fee
commit c0f559bdf6

View File

@@ -297,7 +297,7 @@ _set_cpu_scheduler() {
elif [ "$_kver" = "519" ]; then elif [ "$_kver" = "519" ]; then
_avail_cpu_scheds=("cfs" "pds" "bmq" "cacule" "tt" "bore") _avail_cpu_scheds=("cfs" "pds" "bmq" "cacule" "tt" "bore")
elif [ "$_kver" = "600" ]; then elif [ "$_kver" = "600" ]; then
_avail_cpu_scheds=("cfs" "pds" "bmq" "bore") _avail_cpu_scheds=("cfs" "pds" "bmq" "tt" "bore")
else else
_avail_cpu_scheds=("cfs") _avail_cpu_scheds=("cfs")
fi fi