xanmod-kernels: change to 250 Hz timer frequency

this change follows the commit https://gitlab.com/xanmod/linux/-/commit/eca832941cdfee182e8d653d596181c9dc520915
This commit is contained in:
zzzsyyy
2023-11-09 18:34:47 +08:00
parent adb763477d
commit c7b6b8f629
@@ -44,9 +44,9 @@ let
# WineSync driver for fast kernel-backed Wine
WINESYNC = module;
# Preemptive Full Tickless Kernel at 500Hz
HZ = freeform "500";
HZ_500 = yes;
# Preemptive Full Tickless Kernel at 250Hz
HZ = freeform "250";
HZ_250 = yes;
HZ_1000 = no;
};