patch-2.3.3 linux/include/asm-arm/semaphore.h
Next file: linux/include/asm-m68k/adb_mouse.h
Previous file: linux/include/asm-alpha/semaphore.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-arm/semaphore.h
-  Orig date: 
Fri May 14 18:55:27 1999
diff -u --recursive --new-file v2.3.2/linux/include/asm-arm/semaphore.h linux/include/asm-arm/semaphore.h
@@ -10,7 +10,7 @@
 struct semaphore {
 	atomic_t count;
 	int waking;
-	struct wait_queue * wait;
+	wait_queue_head_t wait;
 };
 
 #define MUTEX ((struct semaphore) { ATOMIC_INIT(1), 0, NULL })
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)