diff options
author | Zhongkun He <hezhongkun.hzk@bytedance.com> | 2025-05-09 11:35:28 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2025-05-23 00:55:36 +0300 |
commit | 83b6d498d027002e79c2ce40b5729137500c3170 (patch) | |
tree | 9efa723e86dd3c0d49b9615af1a5d21dff99e570 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 2616b370323a953c437ed2bf40a277e9deaa3709 (diff) | |
download | linux-83b6d498d027002e79c2ce40b5729137500c3170.tar.xz |
mm: cma: set early_pfn and bitmap as a union in cma_memrange
Since early_pfn and bitmap are never used at the same time, they can be
defined as a union to reduce the size of the data structure. This change
can save 8 * u64 entries per CMA.
Link: https://lkml.kernel.org/r/20250509083528.1360952-1-hezhongkun.hzk@bytedance.com
Signed-off-by: Zhongkun He <hezhongkun.hzk@bytedance.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions