Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198523
b: refs/heads/master
c: b69a596
h: refs/heads/master
i:
  198521: f6a63ff
  198519: a55eb9a
v: v3
  • Loading branch information
Ben Dooks committed May 23, 2010
1 parent 8c502fe commit 8903617
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 91dc74e479e1ea0bb8864694303e6fe5612b707c
refs/heads/master: b69a596afe1d46f24f97fe69f67370cdfa9d5329
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-s5pc100/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
#define S5P_EINT_BASE1 (S5P_IRQ_VIC0(0))
#define S5P_EINT_BASE2 (IRQ_VIC_END + 1)

#define IRQ_EINT(x) ((x) < 16 ? S5P_IRQ_VIC0(x) : \
(S5P_EINT_BASE2 + (x) - 16))

#define S3C_IRQ_GPIO_BASE (IRQ_EINT(31) + 1)
#define S3C_IRQ_GPIO(x) (S3C_IRQ_GPIO_BASE + (x))

Expand Down

0 comments on commit 8903617

Please sign in to comment.