diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2023-02-15 09:47:28 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-02-15 10:04:10 +0100 |
| commit | 6be0f1f57faa36df4b215edbe2fcfdbbb6de9f6d (patch) | |
| tree | 3b6fdd9227c18feb9d42cb1cdfa336903b074c05 /dashboard/config/linux/upstream-arm-full.config | |
| parent | 76315cbfa2162f3d5e23db179626dedb9dab7e76 (diff) | |
dashboard/config/linux: enable LRU_GEN on some instances
As requested here:
https://lore.kernel.org/linux-mm/20230215015231.3646-1-hdanton@sina.com/
Diffstat (limited to 'dashboard/config/linux/upstream-arm-full.config')
| -rw-r--r-- | dashboard/config/linux/upstream-arm-full.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-arm-full.config b/dashboard/config/linux/upstream-arm-full.config index e4737d447..c02d63e75 100644 --- a/dashboard/config/linux/upstream-arm-full.config +++ b/dashboard/config/linux/upstream-arm-full.config @@ -938,7 +938,9 @@ CONFIG_KMAP_LOCAL=y CONFIG_KMAP_LOCAL_NON_LINEAR_PTE_ARRAY=y CONFIG_ANON_VMA_NAME=y CONFIG_USERFAULTFD=y -# CONFIG_LRU_GEN is not set +CONFIG_LRU_GEN=y +CONFIG_LRU_GEN_ENABLED=y +# CONFIG_LRU_GEN_STATS is not set # # Data Access Monitoring |
