diff options
author | Steven Price <[email protected]> | 2024-10-02 15:16:30 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-10-02 18:00:41 +0200 |
commit | e36d4165f0796536b338521ef714551be0feb706 (patch) | |
tree | 975d39f1e3195591d3c1c7256c94f962b0da79a3 /tools/perf/scripts/python/intel-pt-events.py | |
parent | b08e2f42e86b5848add254da45b56fc672e2bced (diff) |
irqchip/gic-v3-its: Rely on genpool alignment
its_create_device() over-allocated by ITS_ITT_ALIGN - 1 bytes to ensure
that an aligned area was available within the allocation. The new genpool
allocator has its min_alloc_order set to get_order(ITS_ITT_ALIGN) so all
allocations from it should be appropriately aligned.
Remove the over-allocation from its_create_device() and alignment from
its_build_mapd_cmd().
Signed-off-by: Steven Price <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Tested-by: Will Deacon <[email protected]>
Reviewed-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions