mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
linux: enable Multi-Gen LRU by default
This commit is contained in:
parent
6486611984
commit
95c27f5975
@ -940,6 +940,7 @@ let
|
||||
SCHED_CORE = whenAtLeast "5.14" yes;
|
||||
|
||||
LRU_GEN = whenAtLeast "6.1" yes;
|
||||
LRU_GEN_ENABLED = whenAtLeast "6.1" yes;
|
||||
|
||||
FSL_MC_UAPI_SUPPORT = mkIf (stdenv.hostPlatform.system == "aarch64-linux") (whenAtLeast "5.12" yes);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user