Commit 9aa4cc11 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle

[MIPS] Cobalt: Fix IRQ comment; the Cobalt kernel uses CP0 counter now.

Signed-off-by: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent db0c19e1
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
* 4 - ethernet * 4 - ethernet
* 5 - 16550 UART * 5 - 16550 UART
* 6 - cascade i8259 * 6 - cascade i8259
* 7 - CP0 counter (unused) * 7 - CP0 counter
*/ */
#define MIPS_CPU_IRQ_BASE 16 #define MIPS_CPU_IRQ_BASE 16
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
#define SCSI_IRQ (MIPS_CPU_IRQ_BASE + 5) #define SCSI_IRQ (MIPS_CPU_IRQ_BASE + 5)
#define I8259_CASCADE_IRQ (MIPS_CPU_IRQ_BASE + 6) #define I8259_CASCADE_IRQ (MIPS_CPU_IRQ_BASE + 6)
#define GT641XX_IRQ_BASE 24 #define GT641XX_IRQ_BASE 24
#include <asm/irq_gt641xx.h> #include <asm/irq_gt641xx.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment