Skip to content

Commit

Permalink
Merge pull request #132162 from NixOS/backport-132100-to-release-21.05
Browse files Browse the repository at this point in the history
[Backport release-21.05] linux/common-config.nix: disable LPAE on armv7l-linux
  • Loading branch information
samueldr authored Jul 30, 2021
2 parents 84d9062 + cab8dfb commit a8d7cc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/os-specific/linux/kernel/common-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,6 @@ let
# Keeping it a built-in ensures it will be used if possible.
FB_SIMPLE = yes;

} // optionalAttrs (stdenv.hostPlatform.system == "armv7l-linux") {
ARM_LPAE = yes;
};
};
in
Expand Down

0 comments on commit a8d7cc1

Please sign in to comment.