linux_xanmod: make tickless
This commit is contained in:
parent
167fde46fc
commit
a62ca77198
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue