patch-2.4.23 linux-2.4.23/arch/sh/kernel/irq_ipr.c

Next file: linux-2.4.23/arch/sh/kernel/irq_microdev.c
Previous file: linux-2.4.23/arch/sh/kernel/irq_intc2.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/arch/sh/kernel/irq_ipr.c linux-2.4.23/arch/sh/kernel/irq_ipr.c
@@ -1,4 +1,4 @@
-/* $Id: irq_ipr.c,v 1.1.1.1.2.1 2003/07/16 18:41:20 yoshii Exp $
+/* $Id: irq_ipr.c,v 1.1.1.1.2.2 2003/10/14 16:46:10 trent Exp $
  *
  * linux/arch/sh/kernel/irq_ipr.c
  *
@@ -274,6 +274,10 @@
 #endif
 #endif /* CONFIG_CPU_SUBTYPE_SH7300 || CONFIG_CPU_SUBTYPE_SH7707 || CONFIG_CPU_SUBTYPE_SH7709 */
 
+#ifdef CONFIG_CPU_SUBTYPE_ST40
+	init_IRQ_intc2();
+#endif
+
 	/* Perform the machine specific initialisation */
 	if (sh_mv.mv_init_irq != NULL) {
 		sh_mv.mv_init_irq();

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)