Fix _cpusched for RC kernels (#202)

This commit is contained in:
flgx
2021-03-15 14:40:42 +01:00
committed by GitHub
parent e37ef9ee9c
commit 775a5e9692

View File

@@ -191,6 +191,7 @@ _tkg_initscript() {
_CPUSCHEDVARARRAY=("upds" "pds" "bmq" "muqss" "MuQSS" "cfs") _CPUSCHEDVARARRAY=("upds" "pds" "bmq" "muqss" "MuQSS" "cfs")
else else
_CPUSCHEDARRAY=("CFS") _CPUSCHEDARRAY=("CFS")
_CPUSCHEDVARARRAY=("cfs")
fi fi
if [ -z "$_cpusched" ] && [ ! -e "${_path}"/cpuschedset ]; then if [ -z "$_cpusched" ] && [ ! -e "${_path}"/cpuschedset ]; then