patch-2.1.89 linux/drivers/sound/maui.c

Next file: linux/drivers/sound/midibuf.c
Previous file: linux/drivers/sound/local.h.master
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.88/linux/drivers/sound/maui.c linux/drivers/sound/maui.c
@@ -211,7 +211,7 @@
 	outb((0x80), HOST_CTRL_PORT);	/* Leave reset */
 	outb((0xD0), HOST_CTRL_PORT);	/* Cause interrupt */
 
-#ifndef __SMP__
+#ifdef __SMP__
 	for (i = 0; i < 1000000 && !irq_ok; i++);
 
 	if (!irq_ok)

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