linux 5.15.y: Allow BORE cpusched

Fixes https://github.com/Frogging-Family/linux-tkg/issues/623
This commit is contained in:
Tk-Glitch
2022-10-31 18:48:17 +01:00
parent a380d532bc
commit c4ceba207d

View File

@@ -287,7 +287,7 @@ _set_cpu_scheduler() {
elif [ "$_kver" = "514" ]; then elif [ "$_kver" = "514" ]; then
_avail_cpu_scheds=("pds" "bmq" "cacule" "cfs") _avail_cpu_scheds=("pds" "bmq" "cacule" "cfs")
elif [ "$_kver" = "515" ]; then elif [ "$_kver" = "515" ]; then
_avail_cpu_scheds=("pds" "bmq" "cacule" "tt" "cfs") _avail_cpu_scheds=("pds" "bmq" "cacule" "tt" "bore" "cfs")
elif [ "$_kver" = "516" ]; then elif [ "$_kver" = "516" ]; then
_avail_cpu_scheds=("pds" "bmq" "cacule" "cfs") _avail_cpu_scheds=("pds" "bmq" "cacule" "cfs")
elif [ "$_kver" = "517" ]; then elif [ "$_kver" = "517" ]; then