From 5773b87d513743417e6f19c5f7be9db6184ccc19 Mon Sep 17 00:00:00 2001 From: ptr1337 Date: Fri, 3 Jun 2022 15:51:47 +0000 Subject: [PATCH] Revert "Disable cacule availability on 5.18. The patchset results in non-booting kernels currently." (#534) This reverts commit 2b225b594ad1bd2b644a2e9c107a4be232942ab7. fixed cacULE-5.18 patchset with commit https://github.com/ptr1337/kernel-patches/commit/2adb46deccaf3c80dd8e94c87e9904981e20c459 Signed-off-by: Peter Jung --- 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 5fa6013..3d505aa 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -199,7 +199,7 @@ _set_cpu_scheduler() { elif [ "$_basever" = "517" ]; then _avail_cpu_scheds=("pds" "bmq" "cacule" "tt" "cfs") elif [ "$_basever" = "518" ]; then - _avail_cpu_scheds=("pds" "bmq" "tt" "cfs") + _avail_cpu_scheds=("pds" "bmq" "cacule" "tt" "cfs") else _avail_cpu_scheds=("cfs") fi