diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-17 16:36:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-17 16:36:36 +0000 |
commit | 82e4cde1ce8f3c225f3b44815cb9bc612f55ba09 (patch) | |
tree | 502bd12932a56c9d953718e8c75c6bba98d9ed54 /target/linux/atheros/patches-3.10/105-ar2315_pci.patch | |
parent | 0a785ebb7d6e86c0d91c5baff1b021294004bd8d (diff) | |
download | upstream-82e4cde1ce8f3c225f3b44815cb9bc612f55ba09.tar.gz upstream-82e4cde1ce8f3c225f3b44815cb9bc612f55ba09.tar.bz2 upstream-82e4cde1ce8f3c225f3b44815cb9bc612f55ba09.zip |
atheros: use irq_set_chained_handler()
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 41695
Diffstat (limited to 'target/linux/atheros/patches-3.10/105-ar2315_pci.patch')
-rw-r--r-- | target/linux/atheros/patches-3.10/105-ar2315_pci.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/atheros/patches-3.10/105-ar2315_pci.patch b/target/linux/atheros/patches-3.10/105-ar2315_pci.patch index 95db399b1f..20bf669b3f 100644 --- a/target/linux/atheros/patches-3.10/105-ar2315_pci.patch +++ b/target/linux/atheros/patches-3.10/105-ar2315_pci.patch @@ -257,7 +257,7 @@ + default y --- a/arch/mips/ar231x/ar2315.c +++ b/arch/mips/ar231x/ar2315.c -@@ -88,6 +88,28 @@ ar2315_misc_irq_dispatch(void) +@@ -87,6 +87,28 @@ static void ar2315_misc_irq_handler(unsi do_IRQ(AR2315_MISC_IRQ_NONE); } @@ -286,7 +286,7 @@ /* * Called when an interrupt is received, this function * determines exactly which interrupt it was, and it -@@ -105,6 +127,10 @@ ar2315_irq_dispatch(void) +@@ -104,6 +126,10 @@ ar2315_irq_dispatch(void) do_IRQ(AR2315_IRQ_WLAN0_INTRS); else if (pending & CAUSEF_IP4) do_IRQ(AR2315_IRQ_ENET0_INTRS); @@ -295,5 +295,5 @@ + ar2315_pci_irq(AR2315_IRQ_LCBUS_PCI); +#endif else if (pending & CAUSEF_IP2) - ar2315_misc_irq_dispatch(); + do_IRQ(AR2315_IRQ_MISC_INTRS); else if (pending & CAUSEF_IP7) |