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

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)