summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklós Tóth2020-12-03 12:09:11 +0000
committerMiklós Tóth2020-12-03 12:09:11 +0000
commitceb8d78eb71e2aab2dbb45504ddae37a6a2181a1 (patch)
treeeee0e40892f4ad3c6bba941202e71d7896c12682
parent416d203413d1906d2c8a8e99e1eec687d1b3041f (diff)
downloadaur-ceb8d78eb71e2aab2dbb45504ddae37a6a2181a1.tar.gz
automatic update
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40ec1306eac4..2b301f8226a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -167,9 +167,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