linux59-tkg: Import ck1/MuQSS patchset for 5.9
http://ck-hack.blogspot.com/2020/10/linux-59-ck1-muqss-version-0204-for.html
This commit is contained in:
@@ -33,10 +33,12 @@ _tkg_initscript() {
|
||||
# CPU SCHED selector
|
||||
if [ -z "$_cpusched" ] && [ ! -e "$_where"/cpuschedset ]; then
|
||||
plain "What CPU sched variant do you want to build/install?"
|
||||
read -rp "`echo $' > 1.Project C / PDS\n 2.Project C / BMQ\n 3.CFS\nchoice[1-3?]: '`" CONDITION;
|
||||
read -rp "`echo $' > 1.Project C / PDS\n 2.Project C / BMQ\n 3.MuQSS\n 4.CFS\nchoice[1-4?]: '`" CONDITION;
|
||||
if [ "$CONDITION" = "2" ]; then
|
||||
echo "_cpusched=\"bmq\"" > "$_where"/cpuschedset
|
||||
elif [ "$CONDITION" = "3" ]; then
|
||||
echo "_cpusched=\"MuQSS\"" > "$_where"/cpuschedset
|
||||
elif [ "$CONDITION" = "4" ]; then
|
||||
echo "_cpusched=\"cfs\"" > "$_where"/cpuschedset
|
||||
else
|
||||
echo "_cpusched=\"pds\"" > "$_where"/cpuschedset
|
||||
@@ -44,6 +46,8 @@ _tkg_initscript() {
|
||||
if [ -n "$_custom_pkgbase" ]; then
|
||||
echo "_custom_pkgbase=\"${_custom_pkgbase}\"" >> "$_where"/cpuschedset
|
||||
fi
|
||||
elif [ "$_cpusched" = "muqss" ] || [ "$_cpusched" = "MuQSS" ]; then
|
||||
echo "_cpusched=\"MuQSS\"" > "$_where"/cpuschedset
|
||||
elif [ "$_cpusched" = "pds" ]; then
|
||||
echo "_cpusched=\"pds\"" > "$_where"/cpuschedset
|
||||
elif [ "$_cpusched" = "cfs" ]; then
|
||||
@@ -974,7 +978,7 @@ exit_cleanup() {
|
||||
rm -f "$srcdir"/linux-${_basekernel}/lib/sradix-tree.c
|
||||
rm -f "$srcdir"/linux-${_basekernel}/mm/uksm.c
|
||||
fi
|
||||
|
||||
|
||||
remove_deps
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user