patch-2.2.17 linux/drivers/char/rio/riodrvr.h

Next file: linux/drivers/char/rio/rioinit.c
Previous file: linux/drivers/char/rio/rioctrl.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.16/drivers/char/rio/riodrvr.h linux/drivers/char/rio/riodrvr.h
@@ -44,7 +44,7 @@
 
 struct rio_info {
 	int			mode;			/* Intr or polled, word/byte */
-	semtype			RIOIntrSem;		/* Interrupt thread sem */
+	spinlock_t		RIOIntrSem;		/* Interrupt thread sem */
 	int			current_chan;		/* current channel */
 	int			RIOFailed;		/* Not initialised ? */
 	int			RIOInstallAttempts;	/* no. of rio-install() calls */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)