linux: avoid NO_HZ_FULL on i686-linux

This is just a stop-gap; seemed better than a real revert.
The issue is from commit 8d3fe232e (PR #198666).
This commit is contained in:
Vladimír Čunát 2022-11-02 23:02:43 +01:00
parent a1826e78af
commit 636051e353
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -118,7 +118,7 @@ let
timer = {
# Enable Full Dynticks System.
NO_HZ_FULL = yes;
NO_HZ_FULL = mkIf stdenv.is64bit yes; # TODO: more precise condition?
};
# Enable NUMA.