linux519: Add Project C patch from torvic9 - https://gitlab.com/alfredchen/linux-prjc/-/issues/61

Along with our usual tweaks.

I wanted to wait for 5.19 release to offer Alfred's patch but since we're having RC8.. 🐸
This commit is contained in:
Tk-Glitch
2022-07-24 13:30:17 +02:00
parent 73142038e2
commit a0b1add671
6 changed files with 31486 additions and 8 deletions

View File

@@ -202,7 +202,7 @@ _set_cpu_scheduler() {
elif [ "$_basever" = "518" ]; then
_avail_cpu_scheds=("pds" "bmq" "cacule" "tt" "cfs")
elif [ "$_basever" = "519" ]; then
_avail_cpu_scheds=("cacule" "tt" "cfs" )
_avail_cpu_scheds=("pds" "bmq" "cacule" "tt" "cfs" )
else
_avail_cpu_scheds=("cfs")
fi