summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMT2021-12-11 18:05:37 -0500
committerMT2021-12-11 18:05:37 -0500
commit789bdd2d146fc37fdfa2a4b2a3fc7333b1b25a51 (patch)
tree3e551585df1011d42b204ce11abfc27d133b1ae2 /PKGBUILD
parentfce18bbbe8d2e5d3f843d0ab3c8557b8ed171eba (diff)
downloadaur-789bdd2d146fc37fdfa2a4b2a3fc7333b1b25a51.tar.gz
Final fix for 1000 HZ
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a84c6217121..5518787460ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -111,6 +111,9 @@ prepare() {
./linux-mt-prepare.sh
make olddefconfig
diff -u ../config .config || :
+
+ # Set the timer to 1000.
+ scripts/config --enable CONFIG_HZ_1000
# CONFIG_STACK_VALIDATION gives better stack traces. Also is enabled in all official kernel packages by Archlinux team
scripts/config --enable CONFIG_STACK_VALIDATION