Skip to content

Commit

Permalink
[MIPS] Cobalt: Fix IRQ comment; the Cobalt kernel uses CP0 counter now.
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 Nov 2, 2007
1 parent db0c19e commit 9aa4cc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/asm-mips/mach-cobalt/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* 4 - ethernet
* 5 - 16550 UART
* 6 - cascade i8259
* 7 - CP0 counter (unused)
* 7 - CP0 counter
*/
#define MIPS_CPU_IRQ_BASE 16

Expand All @@ -48,7 +48,6 @@
#define SCSI_IRQ (MIPS_CPU_IRQ_BASE + 5)
#define I8259_CASCADE_IRQ (MIPS_CPU_IRQ_BASE + 6)


#define GT641XX_IRQ_BASE 24

#include <asm/irq_gt641xx.h>
Expand Down

0 comments on commit 9aa4cc1

Please sign in to comment.