From 1882fa3bd9dc1f7769d719a23270812a3b53910e Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Mon, 31 Oct 2022 18:50:45 +0100 Subject: [PATCH] linux 6.1 RC: Allow BORE cpusched --- linux-tkg-config/prepare | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 20888b8..a9b8cea 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -298,6 +298,8 @@ _set_cpu_scheduler() { _avail_cpu_scheds=("cfs" "pds" "bmq" "cacule" "tt" "bore") elif [ "$_kver" = "600" ]; then _avail_cpu_scheds=("cfs" "tt" "bore") + elif [ "$_kver" = "601" ]; then + _avail_cpu_scheds=("cfs" "bore") else _avail_cpu_scheds=("cfs") fi