diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 16a0d26..07e7ec7 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -200,9 +200,9 @@ _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=("cfs" "pds" "bmq" "cacule" "tt") elif [ "$_basever" = "519" ]; then - _avail_cpu_scheds=("pds" "bmq" "cacule" "tt" "cfs" ) + _avail_cpu_scheds=("cfs" "pds" "bmq" "cacule" "tt") else _avail_cpu_scheds=("cfs") fi