Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44257
b: refs/heads/master
c: 6956211
h: refs/heads/master
i:
  44255: 6819e05
v: v3
  • Loading branch information
Haavard Skinnemoen committed Dec 8, 2006
1 parent e571353 commit 227071b
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: acc9252a36dcefbcdae12f88566300a80d925e11
refs/heads/master: 695621183ee10eb22352bb919f50e160fa37aaa1
4 changes: 4 additions & 0 deletions trunk/arch/avr32/mach-at32ap/intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,7 @@ void __init init_IRQ(void)
panic("Interrupt controller initialization failed!\n");
}

unsigned long intc_get_pending(int group)
{
return intc_readl(&intc0, INTREQ0 + 4 * group);
}

0 comments on commit 227071b

Please sign in to comment.