From: Jesper S. <js...@re...> - 2000-08-04 09:43:52
|
Without this, serial interrupts are not initialized on the 7707. Jesper diff -urN --exclude-from=/home/jskov/lib/diff-excludes -P ../../devo/linux/linux-sh/include/asm-sh/irq.h ./include/asm-sh/irq.h --- ../../devo/linux/linux-sh/include/asm-sh/irq.h Thu Aug 3 18:25:39 2000 +++ ./include/asm-sh/irq.h Thu Aug 3 14:36:27 2000 @@ -39,7 +39,7 @@ #define SCI_IPR_POS 1 #define SCI_PRIORITY 3 -#if defined(CONFIG_CPU_SUBTYPE_SH7709) +#if defined(CONFIG_CPU_SUBTYPE_SH7707) || defined(CONFIG_CPU_SUBTYPE_SH7709) #define SCIF_ERI_IRQ 56 #define SCIF_RXI_IRQ 57 #define SCIF_TXI_IRQ 59 |