]> git.baikalelectronics.ru Git - kernel.git/commit
nios2: Bulk conversion to generic_handle_domain_irq()
authorMarc Zyngier <maz@kernel.org>
Tue, 4 May 2021 16:42:18 +0000 (17:42 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 12 Aug 2021 10:39:41 +0000 (11:39 +0100)
commit05edaff51ee7307549ca699453b820ae90d63b42
treebfc1f44a2d13750ee6740b937330d83d8e2a2e73
parent946e41f4a8a97acf6a925b67dfd9b600e6b814a6
nios2: Bulk conversion to generic_handle_domain_irq()

Wherever possible, replace constructs that match either
generic_handle_irq(irq_find_mapping()) or
generic_handle_irq(irq_linear_revmap()) to a single call to
generic_handle_domain_irq().

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/nios2/kernel/irq.c