Revert "Disable cacule availability on 5.18. The patchset results in non-booting kernels currently." (#534)

This reverts commit 2b225b594a.

fixed cacULE-5.18 patchset with commit 2adb46decc

Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
ptr1337
2022-06-03 15:51:47 +00:00
committed by GitHub
parent 41051ee85a
commit 5773b87d51

View File

@@ -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