Unverified Commit 636051e3 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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 8d3fe232 (PR #198666).
parent a1826e78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.