summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/irq.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-27 01:05:20 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-27 01:05:20 +0000
commit546db14ee74118296f425f3b91634fb767d67290 (patch)
tree22b613a3da8d4bf663eec5e155af01b87fdf9094 /include/asm-sh/irq.h
parent1e25e41c4f5474e14452094492dbc169b800e4c8 (diff)
Merge with Linux 2.3.23. The new bootmem stuff has broken various
platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
Diffstat (limited to 'include/asm-sh/irq.h')
-rw-r--r--include/asm-sh/irq.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-sh/irq.h b/include/asm-sh/irq.h
index 1a5cf7727..a1c06075b 100644
--- a/include/asm-sh/irq.h
+++ b/include/asm-sh/irq.h
@@ -14,13 +14,13 @@
#define TIMER_PRIORITY 1
/*
- * 40 = 24+16
+ * 48 = 32+16
*
- * 24 for on chip support modules.
+ * 32 for on chip support modules.
* 16 for external interrupts.
*
*/
-#define NR_IRQS 40
+#define NR_IRQS 48
extern void disable_irq(unsigned int);
extern void disable_irq_nosync(unsigned int);