patch-2.3.3 linux/include/asm-alpha/semaphore.h
Next file: linux/include/asm-arm/semaphore.h
Previous file: linux/include/asm-alpha/processor.h
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Sat May 15 15:05:37 1999
 -  Orig file: 
v2.3.2/linux/include/asm-alpha/semaphore.h
 -  Orig date: 
Fri May  7 10:55:26 1999
 
diff -u --recursive --new-file v2.3.2/linux/include/asm-alpha/semaphore.h linux/include/asm-alpha/semaphore.h
@@ -16,7 +16,7 @@
 	/* Careful, inline assembly knows about the position of these two.  */
 	atomic_t count;
 	atomic_t waking;		/* biased by -1 */
-	struct wait_queue *wait;
+	wait_queue_head_t wait;
 };
 
 #define MUTEX ((struct semaphore) \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)