From f2561e8f5267c5d7ef914c20b25d0335688cbaf9 Mon Sep 17 00:00:00 2001 From: redglobuli <71544926+redglobuli@users.noreply.github.com> Date: Mon, 29 May 2023 17:47:08 +0000 Subject: [PATCH] Update prepare to include BORE Scheduler (#747) updated to include BORE scheduler, BORE patch is supporting linux 6.3 --- linux-tkg-config/prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 0eea766..a0e420b 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -286,7 +286,7 @@ _set_cpu_scheduler() { elif [ "$_kver" = "602" ]; then _avail_cpu_scheds=("cfs" "pds" "bmq" "tt" "bore") elif [ "$_kver" = "603" ]; then - _avail_cpu_scheds=("cfs" "pds" "bmq" "tt") + _avail_cpu_scheds=("cfs" "pds" "bmq" "tt" "bore") else _avail_cpu_scheds=("cfs") fi