patch-2.2.18 linux/include/asm-alpha/semaphore.h
Next file: linux/include/asm-alpha/smp.h
Previous file: linux/include/asm-alpha/processor.h
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Fri Sep  1 21:38:57 2000
-  Orig file: 
v2.2.17/include/asm-alpha/semaphore.h
-  Orig date: 
Fri Apr 21 12:46:47 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/asm-alpha/semaphore.h linux/include/asm-alpha/semaphore.h
@@ -26,6 +26,11 @@
 
 #define sema_init(sem, val)	atomic_set(&((sem)->count), val)
 
+#define init_MUTEX(x)				*(x)=MUTEX
+#define init_MUTEX_LOCKED(x)			*(x)=MUTEX_LOCKED
+#define DECLARE_MUTEX(name)			struct semaphore name=MUTEX
+#define DECLARE_MUTEX_LOCKED(name)		struct semaphore name=MUTEX_LOCKED
+
 extern void __down(struct semaphore * sem);
 extern int  __down_interruptible(struct semaphore * sem);
 extern int  __down_trylock(struct semaphore * sem);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)