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:
@@ -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
|
||||
|
Reference in New Issue
Block a user