From 37369b74ebabfae74eeca102615b45202d7c5028 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Wed, 27 Sep 2023 07:05:41 +0200 Subject: [PATCH] 6.6 RC: Allow selecting the BORE CPU scheduler --- linux-tkg-config/prepare | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index ffc3300..f677383 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -257,7 +257,7 @@ _set_cpu_scheduler() { ["upds"]="Undead PDS (TkG)" ["cacule"]="CacULE" ["tt"]="TT (TaskType)" - ["bore"]="BORE (Burst-Oriented Response Enhancer - CFS variant) CPU Scheduler" + ["bore"]="BORE (Burst-Oriented Response Enhancer) CPU Scheduler" ["bore-eevdf"]="BORE (Burst-Oriented Response Enhancer - EEVDF variant) CPU Scheduler" ["eevdf"]="Earliest Eligible Virtual Deadline First (EEVDF) scheduler" ) @@ -302,7 +302,7 @@ _set_cpu_scheduler() { elif [ "$_kver" = "605" ]; then _avail_cpu_scheds=("cfs" "eevdf" "pds" "bmq" "tt" "bore" "bore-eevdf") elif [ "$_kver" = "606" ]; then - _avail_cpu_scheds=("eevdf") + _avail_cpu_scheds=("eevdf" "bore") else _avail_cpu_scheds=("cfs") fi