linux_xanmod: make tickless

This commit is contained in:
fortuneteller2k 2021-06-26 20:24:54 +08:00
parent 167fde46fc
commit a62ca77198

View file

@ -18,6 +18,7 @@ buildLinux (args // rec {
structuredExtraConfig = with lib.kernel; {
PREEMPT = lib.mkForce yes;
PREEMPT_VOLUNTARY = lib.mkForce no;
NO_HZ_FULL = yes;
};
extraMeta = {