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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user