Skip to content

Commit

Permalink
[MIPS] Lasat: fix LASAT_CASCADE_IRQ
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Mar 12, 2008
1 parent 131b02c commit 127f166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-mips/mach-lasat/irq.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _ASM_MACH_LASAT_IRQ_H
#define _ASM_MACH_LASAT_IRQ_H

#define LASAT_CASCADE_IRQ (MIPS_CPU_IRQ_BASE + 0)
#define LASAT_CASCADE_IRQ (MIPS_CPU_IRQ_BASE + 2)

#define LASAT_IRQ_BASE 8
#define LASAT_IRQ_END 23
Expand Down

0 comments on commit 127f166

Please sign in to comment.