linux: enable Multi-Gen LRU by default

This commit is contained in:
Dominik Xaver Hörl 2022-12-09 22:35:51 +01:00
parent 6486611984
commit 95c27f5975

View file

@ -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);