diff options
author | Marek BehĂșn <kabel@kernel.org> | 2024-08-07 19:40:57 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-08-08 18:15:00 +0300 |
commit | 68fe2c59853611e2551370f0ab4b80b04a0748ee (patch) | |
tree | 1bfe932af2dda87276aa99dcec8c2011db069372 /tools/perf/scripts/python/task-analyzer.py | |
parent | a4d4d4a642da83d869d2851c8c3732c699cbc08e (diff) | |
download | linux-68fe2c59853611e2551370f0ab4b80b04a0748ee.tar.xz |
irqchip/armada-370-xp: Put static variables into driver private structure
In preparation for converting the driver to modern style put all the
interrupt controller private static variables into driver private
structure.
Access to these variables changes as:
main_int_base mpic->base
per_cpu_int_base mpic->per_cpu
mpic_domain mpic->domain
parent_irq mpic->parent_irq
...
Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions