diff options
| author | 2007-10-14 23:49:33 +0100 | |
|---|---|---|
| committer | 2007-10-16 18:23:47 +0100 | |
| commit | a5ccfe5c1a48bff1e47788d470ee50974f7dd33d (patch) | |
| tree | b66df4b17d295ad12178b5977625ebae7dde214d /include | |
| parent | [MIPS] Lasat: Add #ifndef ... #endif include warpper to lasatint.h. (diff) | |
[MIPS] Lasat: Fix build by conversion to irq_cpu.c.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-mips/lasat/lasatint.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-mips/lasat/lasatint.h b/include/asm-mips/lasat/lasatint.h index 1d4a52e12530..581dc45685a2 100644 --- a/include/asm-mips/lasat/lasatint.h +++ b/include/asm-mips/lasat/lasatint.h @@ -1,7 +1,10 @@ #ifndef __ASM_LASAT_LASATINT_H #define __ASM_LASAT_LASATINT_H -#define LASATINT_END 16 +#include <linux/irq.h> + +#define LASATINT_BASE MIPS_CPU_IRQ_BASE +#define LASATINT_END (LASATINT_BASE + 16) /* lasat 100 */ #define LASAT_INT_STATUS_REG_100 (KSEG1ADDR(0x1c880000)) |
