commit | 791cbdf1f6dc2f71ad7cd7fe0877f4468bbae697 | [log] [tgz] |
---|---|---|
author | Alex Naidis <alex.naidis@linux.com> | Sun Dec 18 15:25:03 2016 +0100 |
committer | Jackeagle <jackeagle102@gmail.com> | Thu Mar 23 20:32:23 2017 +0530 |
tree | e35c1b931ca614ee4ce862046bf4d4866549ce2a | |
parent | ba1cc84f697f6db48bb554b329de5691e4c809f0 [diff] |
jemalloc: Allow opting in for THP Some targets which have big amounts of memory avaliable, may want to enable THP support in the kernel. This patch allows such targets to set the newly introduced flag "TARGET_SUPPORTS_THP" to mark THP as supported and to enable enhanced THP handling in Jemalloc. Change-Id: Ie71ecb7e0e3be6e34d15482d723f8588c8a9268f Signed-off-by: Alex Naidis <alex.naidis@linux.com>