From 73142038e2865e8cf53c603123becc6ec0251739 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sun, 24 Jul 2022 13:14:18 +0200 Subject: [PATCH] linux519: Add CacULE cpu scheduler to the available cpu schedulers array --- 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 2f03731..b37f489 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -202,7 +202,7 @@ _set_cpu_scheduler() { elif [ "$_basever" = "518" ]; then _avail_cpu_scheds=("pds" "bmq" "cacule" "tt" "cfs") elif [ "$_basever" = "519" ]; then - _avail_cpu_scheds=("cfs" "tt") + _avail_cpu_scheds=("cacule" "tt" "cfs" ) else _avail_cpu_scheds=("cfs") fi