sdm660-common: enable level 1(core) Multi-Gen LRU

* we don't support 0x0004(nonleaf_young) feature as it's a x86 only function
* we don't support 0x0002(mm_walk) feature as it requires Armv8.1 hardware
* ref:
[1] https://android.googlesource.com/platform/system/core/+/master/rootdir/init.rc#1328
[2] https://docs.kernel.org/admin-guide/mm/multigen_lru.html

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Alcatraz323 2023-08-21 17:27:55 +08:00 committed by pix106
parent 66b12de781
commit b19b07ba07

View file

@ -142,6 +142,9 @@ ro.vendor.qti.sys.fw.bservice_enable=true
# Netflix # Netflix
ro.netflix.bsp_rev=Q660-13149-1 ro.netflix.bsp_rev=Q660-13149-1
# Multi-Gen LRU
persist.device_config.mglru_native.lru_gen_config=core
# OEM Unlock reporting # OEM Unlock reporting
ro.oem_unlock_supported=1 ro.oem_unlock_supported=1