Add TaskType to 6.1 (#662)

This commit is contained in:
Ryan
2022-12-13 12:27:53 -05:00
committed by GitHub
parent 18aabc9f62
commit dfd8a7f877

View File

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