diff options
author | Alexandre Ghiti <[email protected]> | 2023-12-14 14:29:35 +0100 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2024-01-11 08:01:47 -0800 |
commit | ff172d4818ad32dba433dae189e36684e43c5c74 (patch) | |
tree | 67be4620ee9278501e038660b6b2b737447e6b1d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | d3e591a38c98d448ae84eba1f89388c55382cb0e (diff) |
riscv: Use hugepage mappings for vmemmap
This will allow better TLB utilization and then should be more performant.
Before:
---[ vmemmap start ]---
0xffff8d8002000000-0xffff8d8012000000 0x000000046ec00000 256M PTE . .. .. D A G . . W R V
---[ vmemmap end ]---
After:
---[ vmemmap start ]---
0xffff8d8002000000-0xffff8d8012000000 0x000000046ec00000 256M PMD . .. .. D A G . . W R V
---[ vmemmap end ]---
Signed-off-by: Alexandre Ghiti <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions