summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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