Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127738
b: refs/heads/master
c: 43a55cd
h: refs/heads/master
v: v3
  • Loading branch information
Matt Hsu authored and Ben Dooks committed Jan 8, 2009
1 parent 85200d9 commit b186738
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2fafae3f6ddedc5642ddbbbfa0825eec87863553
refs/heads/master: 43a55cdffcb523b7308d21b2f72189ba6ab57828
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s3c64xx/include/plat/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
#define IRQ_EINT_GROUP8_BASE (IRQ_EINT_GROUP7_BASE + IRQ_EINT_GROUP7_NR)
#define IRQ_EINT_GROUP9_BASE (IRQ_EINT_GROUP8_BASE + IRQ_EINT_GROUP8_NR)

#define IRQ_EINT_GROUP(group, no) (IRQ_EINT_GROUP##group##__BASE + (x))
#define IRQ_EINT_GROUP(group, no) (IRQ_EINT_GROUP##group##_BASE + (no))

/* Set the default NR_IRQS */

Expand Down

0 comments on commit b186738

Please sign in to comment.