diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2023-02-13 11:42:53 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2023-02-13 19:31:24 +0000 |
commit | 930a1bbbef01cdcd682d9c2b4bc9e36b9618fed3 (patch) | |
tree | 38dd48958a120c0966f663b33316a5190493a4c1 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 4e0d86df9344bfd1951eb2571e4ef8f3d37000a4 (diff) |
irqdomain: Clean up irq_domain_push/pop_irq()
The irq_domain_push_irq() interface is used to add a new (outmost) level
to a hierarchical domain after IRQs have been allocated.
Possibly due to differing mental images of hierarchical domains, the
names used for the irq_data variables make these functions much harder
to understand than what they need to be.
Rename the struct irq_data pointer to the data embedded in the
descriptor as simply 'irq_data' and refer to the data allocated by this
interface as 'parent_irq_data' so that the names reflect how
hierarchical domains are implemented.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Hsin-Yi Wang <hsinyi@chromium.org>
Tested-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230213104302.17307-12-johan+linaro@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions