patch-2.2.0-final linux/drivers/sound/sb_common.c

Next file: linux/drivers/sound/sb_ess.c
Previous file: linux/drivers/sound/sb_card.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre9/linux/drivers/sound/sb_common.c linux/drivers/sound/sb_common.c
@@ -645,10 +645,6 @@
 				}
 			}
 		}
-#if defined(__SMP__)
-		/* Skip IRQ detection if SMP (doesn't work) */
-		devc->irq_ok = 1;
-#else
 		if (devc->major == 4 && devc->minor <= 11 )	/* Won't work */
 			devc->irq_ok = 1;
 		else
@@ -671,7 +667,6 @@
 				DDB(printk("IRQ test OK (IRQ%d)\n", devc->irq));
 			}
 		}
-#endif				/* __SMP__ */
 	}			/* IRQ setup */
 	request_region(hw_config->io_base, 16, "soundblaster");
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov