patch-2.4.20 linux-2.4.20/include/asm-sparc64/semaphore.h
Next file: linux-2.4.20/include/asm-sparc64/smp.h
Previous file: linux-2.4.20/include/asm-sparc64/rwsem.h
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Thu Nov 28 15:53:15 2002
-  Orig file: 
linux-2.4.19/include/asm-sparc64/semaphore.h
-  Orig date: 
Fri Dec 21 09:42:03 2001
diff -urN linux-2.4.19/include/asm-sparc64/semaphore.h linux-2.4.20/include/asm-sparc64/semaphore.h
@@ -226,6 +226,11 @@
 	: "g5", "g7", "memory", "cc");
 }
 
+static inline int sem_getcount(struct semaphore *sem)
+{
+	return atomic_read(&sem->count);
+}
+
 #endif /* __KERNEL__ */
 
 #endif /* !(_SPARC64_SEMAPHORE_H) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)