]> asedeno.scripts.mit.edu Git - linux.git/commit
irqchip: mips-gic: Simplify shared interrupt pending/mask reads
authorPaul Burton <paul.burton@imgtec.com>
Sun, 13 Aug 2017 04:36:16 +0000 (21:36 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 4 Sep 2017 11:53:14 +0000 (13:53 +0200)
commite98fcb2a8cc003c37c24713d2303667a8f624a30
tree0ff2e2474c53a085e1359c2442cb348cef7601d2
parentd8c825e2a05390efa4a5750c5c17e168139c1d48
irqchip: mips-gic: Simplify shared interrupt pending/mask reads

Simplify the reads of the bitmaps indicating pending & masked interrupts
in gic_handle_shared_int() using the __ioread32_copy() &
__ioread64_copy() helper functions.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17026/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/irqchip/irq-mips-gic.c
include/linux/irqchip/mips-gic.h