ar71xx: Fix potentially missed IRQ handling during dispatch
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Wed, 11 Sep 2019 10:28:36 +0000 (12:28 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 13 Sep 2019 20:31:33 +0000 (16:31 -0400)
commit6bd69e93fcad0ba32a8c8c20fcc02a3b29805eed
tree919a04c73267f83da4c400a2a5d15635fa824337
parentf3c7f7e92947c89f7f6dc0cfdfdd5f0ec73ed741
ar71xx: Fix potentially missed IRQ handling during dispatch

If both interrupts are set in the current implementation
only the 1st will be handled and the 2nd will be skipped
due to the "if else" condition.

Fix this by using the same approach as done for QCA955x
just below it.

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
target/linux/generic/pending-4.14/343-MIPS-ath79-Fix-potentially-missed-IRQ-handling-durin.patch [new file with mode: 0644]