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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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