linux 6.1 RC: Allow BORE cpusched

This commit is contained in:
Tk-Glitch
2022-10-31 18:50:45 +01:00
parent c4ceba207d
commit 1882fa3bd9

View File

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