6.8: Add and allow Project C schedulers

https://gitlab.com/alfredchen/projectc/-/blob/master/6.8/prjc_v6.8-r0.patch?ref_type=heads
This commit is contained in:
Tk-Glitch
2024-03-13 17:24:09 +01:00
parent 3ccc607fb2
commit 7c2a6fc321
4 changed files with 11685 additions and 1 deletions

View File

@@ -318,7 +318,7 @@ _set_cpu_scheduler() {
elif [ "$_kver" = "607" ]; then
_avail_cpu_scheds=("eevdf" "bore" "pds" "bmq")
elif [ "$_kver" = "608" ]; then
_avail_cpu_scheds=("eevdf" "bore")
_avail_cpu_scheds=("eevdf" "bore" "pds" "bmq")
else
_avail_cpu_scheds=("$_default_cpu_sched")
fi