Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272701
b: refs/heads/master
c: 858ba70
h: refs/heads/master
i:
  272699: f444487
v: v3
  • Loading branch information
Barry Song authored and Barry Song committed Sep 11, 2011
1 parent 9e41ba8 commit f3a3370
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c915bedf221ad4f017710865fc963b1e0dda1390
refs/heads/master: 858ba703e842f4ece6680b45862ee9e6e6297d1e
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-prima2/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <asm/mach/irq.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/irqdomain.h>

#define SIRFSOC_INT_RISC_MASK0 0x0018
#define SIRFSOC_INT_RISC_MASK1 0x001C
Expand Down Expand Up @@ -66,6 +67,8 @@ void __init sirfsoc_of_irq_init(void)
if (!sirfsoc_intc_base)
panic("unable to map intc cpu registers\n");

irq_domain_add_simple(np, 0);

of_node_put(np);

sirfsoc_irq_init();
Expand Down

0 comments on commit f3a3370

Please sign in to comment.