aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-10-14 18:49:33 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-10-16 13:23:47 -0400
commita5ccfe5c1a48bff1e47788d470ee50974f7dd33d (patch)
treeb66df4b17d295ad12178b5977625ebae7dde214d /include/asm-mips
parent951e4714295b50a8fbc2d928451c44ac56c2b575 (diff)
[MIPS] Lasat: Fix build by conversion to irq_cpu.c.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/lasat/lasatint.h5
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 @@
1#ifndef __ASM_LASAT_LASATINT_H 1#ifndef __ASM_LASAT_LASATINT_H
2#define __ASM_LASAT_LASATINT_H 2#define __ASM_LASAT_LASATINT_H
3 3
4#define LASATINT_END 16 4#include <linux/irq.h>
5
6#define LASATINT_BASE MIPS_CPU_IRQ_BASE
7#define LASATINT_END (LASATINT_BASE + 16)
5 8
6/* lasat 100 */ 9/* lasat 100 */
7#define LASAT_INT_STATUS_REG_100 (KSEG1ADDR(0x1c880000)) 10#define LASAT_INT_STATUS_REG_100 (KSEG1ADDR(0x1c880000))