From d60046d9fb565bb70992c821905aff18a18d43f9 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sat, 15 Oct 2022 15:06:16 +0200 Subject: [PATCH] linux 6.0.y: Disable pds and bmq CPU schedulers as Torvic9's rebase is reportedly buggy. We'll enable back when Alfred pushes his own. --- 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 0cf6929..0e3cb26 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -297,7 +297,7 @@ _set_cpu_scheduler() { elif [ "$_kver" = "519" ]; then _avail_cpu_scheds=("cfs" "pds" "bmq" "cacule" "tt" "bore") elif [ "$_kver" = "600" ]; then - _avail_cpu_scheds=("cfs" "pds" "bmq" "tt" "bore") + _avail_cpu_scheds=("cfs" "tt" "bore") else _avail_cpu_scheds=("cfs") fi