diff options
author | Heiner Kallweit <[email protected]> | 2019-08-19 21:36:09 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2019-08-19 23:19:06 +0200 |
commit | d6f83427ff422b3a65e4a6bd84c010f78d4a30a5 (patch) | |
tree | 7fbc5551c470302423c7ca6dfe7bc17a7233d988 /tools/perf/scripts/python/bin/export-to-sqlite-report | |
parent | e30c44e2e59c98023997632815cbc5e273991c25 (diff) |
x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() code
Both the 64bit and the 32bit handle_irq() implementation check the irq
descriptor pointer with IS_ERR_OR_NULL() and return failure. That can be
done simpler in the common do_IRQ() code.
This reduces the 64bit handle_irq() function to a wrapper around
generic_handle_irq_desc(). Invoke it directly from do_IRQ() to spare the
extra function call.
[ tglx: Got rid of the #ifdef and massaged changelog ]
Signed-off-by: Heiner Kallweit <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-sqlite-report')
0 files changed, 0 insertions, 0 deletions