Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375138
b: refs/heads/master
c: 48b4aba
h: refs/heads/master
v: v3
  • Loading branch information
Gabor Juhos authored and Ralf Baechle committed May 7, 2013
1 parent 310430a commit 07435ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9169a5d01114c930a0494f9160da8c334d71680d
refs/heads/master: 48b4aba7a8a2b098f12259ffa13301243349cfab
4 changes: 4 additions & 0 deletions trunk/arch/mips/ralink/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#define INTC_INT_GLOBAL BIT(31)

#define RALINK_CPU_IRQ_INTC (MIPS_CPU_IRQ_BASE + 2)
#define RALINK_CPU_IRQ_PCI (MIPS_CPU_IRQ_BASE + 4)
#define RALINK_CPU_IRQ_FE (MIPS_CPU_IRQ_BASE + 5)
#define RALINK_CPU_IRQ_WIFI (MIPS_CPU_IRQ_BASE + 6)
#define RALINK_CPU_IRQ_COUNTER (MIPS_CPU_IRQ_BASE + 7)
Expand Down Expand Up @@ -104,6 +105,9 @@ asmlinkage void plat_irq_dispatch(void)
else if (pending & STATUSF_IP6)
do_IRQ(RALINK_CPU_IRQ_WIFI);

else if (pending & STATUSF_IP4)
do_IRQ(RALINK_CPU_IRQ_PCI);

else if (pending & STATUSF_IP2)
do_IRQ(RALINK_CPU_IRQ_INTC);

Expand Down

0 comments on commit 07435ac

Please sign in to comment.