Revert "Disable cacule availability on 5.18. The patchset results in non-booting kernels currently." (#534)
This reverts commit2b225b594a
. fixed cacULE-5.18 patchset with commit2adb46decc
Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user