Commits
Richard Liu committed 9ad1ec77697
MA-13147 Fix Antutu 3D bench performance drop on 8mscale Antutu 3D performance is bad if system free memory and cached memory is low. Disable kernel TRANSPARENT_HUGEPAGE can saving much memory, this feature should be disabled on 8mscale and 8qxp. Memory info after boot with this patch: MemTotal: 2937920 kB MemFree: 1663880 kB MemAvailable: 2230696 kB Buffers: 7480 kB Cached: 551172 kB Memory info after boot without this patch: MemTotal: 2937920 kB MemFree: 1253828 kB MemAvailable: 1761940 kB Buffers: 7464 kB Cached: 549356 kB Antutu 3D result with this patch: 2654 Antutu 3D result with this patch: 350 Change-Id: I5e75020c2cdf1b683e346f215ea637033388cf44 Signed-off-by: Richard Liu <xuegang.liu@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/6370 Reviewed-by: juan.hao <juan.hao@nxp.com>