Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187474
b: refs/heads/master
c: ce0ac42
h: refs/heads/master
v: v3
  • Loading branch information
Haojian Zhuang authored and Eric Miao committed Mar 1, 2010
1 parent 42ec730 commit f534d21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0913b86ff7fe220a50c82baca4431e7d5a8da5c8
refs/heads/master: ce0ac4235972cc2533e4e2095396208b59117c57
6 changes: 5 additions & 1 deletion trunk/arch/arm/mach-mmp/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@
#define IRQ_GPIO_NUM 192
#define IRQ_GPIO(x) (IRQ_GPIO_START + (x))

#define NR_IRQS (IRQ_GPIO_START + IRQ_GPIO_NUM)
/* Board IRQ - 64 by default, increase if not enough */
#define IRQ_BOARD_START (IRQ_GPIO_START + IRQ_GPIO_NUM)
#define IRQ_BOARD_END (IRQ_BOARD_START + 64)

#define NR_IRQS (IRQ_BOARD_END)

#endif /* __ASM_MACH_IRQS_H */

0 comments on commit f534d21

Please sign in to comment.