summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2020-12-03 11:00:18 +0100
committerJoan Figueras2020-12-03 11:00:18 +0100
commit228b10d29424ceaf81447e10e7b344a06ce835f0 (patch)
tree4613d5bf4fa83b532b643fd3d0369f348f7ddaeb
parent68b24261161bb7466d872b9a66614e439c2f814f (diff)
downloadaur-228b10d29424.tar.gz
Remove NUMA and FAIR_GROUP_SCHED for Cachy
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e172bd16f868..2f276249ad98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -159,9 +159,7 @@ prepare() {
fi
if [ "$use_cachy" = "y" ]; then
- msg2 "Enabling Cachy CPU scheduler by default (also NUMA and grouping for tasks, which are not compatible with Cachy)..."
- scripts/config --disable CONFIG_NUMA
- scripts/config --disable FAIR_GROUP_SCHED
+ msg2 "Enabling Cachy CPU scheduler by default..."
scripts/config --enable CONFIG_CACHY_SCHED
fi