Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210108
b: refs/heads/master
c: 35fc950
h: refs/heads/master
v: v3
  • Loading branch information
Kukjin Kim committed Aug 27, 2010
1 parent 7faa31d commit b150102
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 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: 68c1dbcb5aeb00eb17caf0c2e42c71b48baac902
refs/heads/master: 35fc950bd5889d62c34e67199a73ea49733614f7
11 changes: 7 additions & 4 deletions trunk/arch/arm/mach-s5pv310/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@

#include <plat/irqs.h>

/* Private Peripheral Interrupt */
/* PPI: Private Peripheral Interrupt */

#define IRQ_PPI(x) S5P_IRQ(x+16)

#define IRQ_LOCALTIMER IRQ_PPI(13)

/* Shared Peripheral Interrupt */
/* SPI: Shared Peripheral Interrupt */

#define IRQ_SPI(x) S5P_IRQ(x+32)

#define IRQ_EINT0 IRQ_SPI(40)
Expand All @@ -36,7 +38,7 @@
#define IRQ_PCIE IRQ_SPI(50)
#define IRQ_SYSTEM_TIMER IRQ_SPI(51)
#define IRQ_MFC IRQ_SPI(52)
#define IRQ_WTD IRQ_SPI(53)
#define IRQ_WDT IRQ_SPI(53)
#define IRQ_AUDIO_SS IRQ_SPI(54)
#define IRQ_AC97 IRQ_SPI(55)
#define IRQ_SPDIF IRQ_SPI(56)
Expand Down Expand Up @@ -67,8 +69,9 @@
#define IRQ_IIC COMBINER_IRQ(27, 0)

/* Set the default NR_IRQS */

#define NR_IRQS COMBINER_IRQ(MAX_COMBINER_NR, 0)

#define MAX_COMBINER_NR 39

#endif /* ASM_ARCH_IRQS_H */
#endif /* __ASM_ARCH_IRQS_H */

0 comments on commit b150102

Please sign in to comment.