patch-2.3.99-pre9 linux/include/asm-arm/arch-ebsa285/irq.h
Next file: linux/include/asm-arm/arch-l7200/dma.h
Previous file: linux/include/asm-alpha/ide.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Mon May 15 12:00:33 2000
- Orig file:
v2.3.99-pre8/linux/include/asm-arm/arch-ebsa285/irq.h
- Orig date:
Wed Apr 26 16:34:09 2000
diff -u --recursive --new-file v2.3.99-pre8/linux/include/asm-arm/arch-ebsa285/irq.h linux/include/asm-arm/arch-ebsa285/irq.h
@@ -44,19 +44,8 @@
static inline int fixup_irq(unsigned int irq)
{
#ifdef CONFIG_HOST_FOOTBRIDGE
- if (irq == isa_irq) {
+ if (irq == isa_irq)
irq = *(unsigned char *)PCIIACK_BASE;
-
- /*
- * The NetWinder appears to randomly give wrong interrupt
- * numbers from time to time. When it does, map them to
- * the unused IRQ 13
- */
- if (irq >= NR_IRQS) {
- printk(KERN_ERR "Strange interrupt %d?\n", irq);
- irq = _ISA_IRQ(13);
- }
- }
#endif
return irq;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)