Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137513
b: refs/heads/master
c: 598ee00
h: refs/heads/master
i:
  137511: ba4a522
v: v3
  • Loading branch information
Andy Green authored and Ben Dooks committed Mar 8, 2009
1 parent 0855678 commit 02933ef
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: 56b34426888d35b3b6367c216bbfb17b82b4f0ac
refs/heads/master: 598ee00207a561572e011c49e39144a321ef3979
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c2410/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
#define IRQ_EINT22 S3C2410_IRQ(50)
#define IRQ_EINT23 S3C2410_IRQ(51)

#define IRQ_EINT_BIT(x) ((x) - (IRQ_EINT4 + 4))
#define IRQ_EINT_BIT(x) ((x) - IRQ_EINT4 + 4)
#define IRQ_EINT(x) (((x) >= 4) ? (IRQ_EINT4 + (x) - 4) : (IRQ_EINT0 + (x)))

#define IRQ_LCD_FIFO S3C2410_IRQ(52)
Expand Down

0 comments on commit 02933ef

Please sign in to comment.