Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94959
b: refs/heads/master
c: 406b1ea
h: refs/heads/master
i:
  94957: b14d081
  94955: ba59dfb
  94951: 923e69d
  94943: cc98afc
v: v3
  • Loading branch information
Mike Rapoport authored and Russell King committed Apr 24, 2008
1 parent bae45a2 commit 137abaa
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 5826042d3c550522e49a8a55db64d9c47b43a8f9
refs/heads/master: 406b1ea441cb86671c5b57d2ce722d217914d524
5 changes: 4 additions & 1 deletion trunk/include/asm-arm/arch-pxa/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
/* ITE8152 irqs */
/* add IT8152 IRQs beyond BOARD_END */
#ifdef CONFIG_PCI_HOST_ITE8152
#define IT8152_IRQ(x) (IRQ_GPIO(IRQ_BOARD_END) + 1 + (x))
#define IT8152_IRQ(x) (IRQ_BOARD_END + (x))

/* IRQ-sources in 3 groups - local devices, LPC (serial), and external PCI */
#define IT8152_LD_IRQ_COUNT 9
Expand All @@ -253,6 +253,9 @@

#define IT8152_LAST_IRQ IT8152_LD_IRQ(IT8152_LD_IRQ_COUNT - 1)

#if NR_IRQS < (IT8152_LAST_IRQ+1)
#undef NR_IRQS
#define NR_IRQS (IT8152_LAST_IRQ+1)
#endif

#endif /* CONFIG_PCI_HOST_ITE8152 */

0 comments on commit 137abaa

Please sign in to comment.