Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74404
b: refs/heads/master
c: 98aa686
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Russell King committed Nov 29, 2007
1 parent cb4cd57 commit 5cd7e1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: d28a170d5b67248d690df68d46491ee2cf6f4f6d
refs/heads/master: 98aa686494f92e881869f76bfb734cbb1f53cb13
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-ixp23xx/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
*/
#define NR_IXP23XX_MACH_IRQS 32

#define NR_IRQS NR_IXP23XX_IRQS + NR_IXP23XX_MACH_IRQS
#define NR_IRQS (NR_IXP23XX_IRQS + NR_IXP23XX_MACH_IRQS)

#define IXP23XX_MACH_IRQ(irq) (NR_IXP23XX_IRQ + (irq))

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-omap/board-innovator.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#define OMAP1510P1_EMIFF_PRI_VALUE 0x00

#define NR_FPGA_IRQS 24
#define NR_IRQS IH_BOARD_BASE + NR_FPGA_IRQS
#define NR_IRQS (IH_BOARD_BASE + NR_FPGA_IRQS)

#ifndef __ASSEMBLY__
void fpga_write(unsigned char val, int reg);
Expand Down

0 comments on commit 5cd7e1d

Please sign in to comment.