patch-2.4.27 linux-2.4.27/arch/sh64/mach-cayman/irq.c
Next file: linux-2.4.27/arch/sh64/mach-cayman/setup.c
Previous file: linux-2.4.27/arch/sh64/lib/io.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
2004-08-07 16:26:04.604344723 -0700
- Orig file:
linux-2.4.26/arch/sh64/mach-cayman/irq.c
- Orig date:
2003-08-25 04:44:40.000000000 -0700
diff -urN linux-2.4.26/arch/sh64/mach-cayman/irq.c linux-2.4.27/arch/sh64/mach-cayman/irq.c
@@ -27,9 +27,12 @@
#define EPLD_STATUS_BASE (epld_virt + 0x10)
#define EPLD_MASK_BASE (epld_virt + 0x20)
+/* Note the SMSC SuperIO chip and SMSC LAN chip interrupts are all muxed onto
+ the same SH-5 interrupt */
+
static void cayman_interrupt_smsc(int irq, void *dev_id, struct pt_regs *regs)
{
- printk(KERN_INFO "CAYMAN: spurious interrupt\n");
+ printk(KERN_INFO "CAYMAN: spurious SMSC interrupt\n");
}
static void cayman_interrupt_pci2(int irq, void *dev_id, struct pt_regs *regs)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)