diff options
author | Johan Hovold <[email protected]> | 2023-02-13 11:42:53 +0100 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2023-02-13 19:31:24 +0000 |
commit | 930a1bbbef01cdcd682d9c2b4bc9e36b9618fed3 (patch) | |
tree | 38dd48958a120c0966f663b33316a5190493a4c1 /scripts/gdb/linux/config.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é <[email protected]>
Tested-by: Hsin-Yi Wang <[email protected]>
Tested-by: Mark-PK Tsai <[email protected]>
Signed-off-by: Johan Hovold <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions