diff options
author | Mark Rutland <[email protected]> | 2021-10-19 10:40:45 +0100 |
---|---|---|
committer | Mark Rutland <[email protected]> | 2021-10-25 10:05:09 +0100 |
commit | d21e64027ce4d4df0c46d527b96f12d3811cd08d (patch) | |
tree | 7050b0edddcc271674a679ab4a3ee4a58790e183 /tools/perf/scripts/python/task-analyzer.py | |
parent | 4cb6f4df976b288aa02bbb658d38e73d34d8231f (diff) |
irq: simplify handle_domain_{irq,nmi}()
There's no need for handle_domain_{irq,nmi}() to open-code the NULL
check performed by handle_irq_desc(), nor the resolution of the desc
performed by generic_handle_domain_irq().
Use generic_handle_domain_irq() directly, as this is functioanlly
equivalent and clearer. At the same time, delete the stale comments,
which are no longer helpful.
There should be no functional change as a result of this patch.
Signed-off-by: Mark Rutland <[email protected]>
Reviewed-by: Marc Zyngier <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions