patch-2.4.20 linux-2.4.20/include/asm-arm/semaphore.h

Next file: linux-2.4.20/include/asm-arm/socket.h
Previous file: linux-2.4.20/include/asm-alpha/timex.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-arm/semaphore.h linux-2.4.20/include/asm-arm/semaphore.h
@@ -125,4 +125,9 @@
 	__up_op(sem, __up_wakeup);
 }
 
+static inline int sem_getcount(struct semaphore *sem)
+{
+	return atomic_read(&sem->count);
+}
+
 #endif

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