Update prepare to include BORE Scheduler (#747)

updated to include BORE scheduler, BORE patch is supporting linux 6.3
This commit is contained in:
redglobuli
2023-05-29 17:47:08 +00:00
committed by GitHub
parent ac13936ea1
commit f2561e8f52

View File

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