Disable cacule availability on 5.18. The patchset results in non-booting kernels currently.

See https://github.com/Frogging-Family/linux-tkg/issues/531
This commit is contained in:
Tk-Glitch
2022-05-30 19:46:35 +02:00
parent 60cd85c006
commit 2b225b594a

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" "cacule" "tt" "cfs")
_avail_cpu_scheds=("pds" "bmq" "tt" "cfs")
else
_avail_cpu_scheds=("cfs")
fi