linux513-tkg: Importe rebased MuQSS patchset from zen

https://github.com/zen-kernel/zen-kernel/commits/5.13/muqss
This commit is contained in:
Tk-Glitch
2021-08-31 17:57:08 +02:00
parent 6ddf5e8f1d
commit 6d3d3e78e3
5 changed files with 14363 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ _set_cpu_scheduler() {
elif [ "$_basever" = "512" ]; then
_avail_cpu_scheds=("pds" "bmq" "muqss" "cacule" "cfs")
elif [ "$_basever" = "513" ]; then
_avail_cpu_scheds=("pds" "bmq" "cacule" "cfs")
_avail_cpu_scheds=("pds" "bmq" "muqss" "cacule" "cfs")
elif [ "$_basever" = "514" ]; then
_avail_cpu_scheds=("pds" "bmq" "cacule" "cfs")
else