patch-2.4.0-test6 linux/arch/sh/kernel/semaphore.c
Next file: linux/arch/sh/kernel/setup.c
Previous file: linux/arch/sh/kernel/pci-sh.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Aug 9 13:59:04 2000
- Orig file:
v2.4.0-test5/linux/arch/sh/kernel/semaphore.c
- Orig date:
Tue Mar 7 14:32:25 2000
diff -u --recursive --new-file v2.4.0-test5/linux/arch/sh/kernel/semaphore.c linux/arch/sh/kernel/semaphore.c
@@ -12,6 +12,8 @@
#include <asm/semaphore.h>
#include <asm/semaphore-helper.h>
+spinlock_t semaphore_wake_lock;
+
/*
* Semaphores are implemented using a two-way counter:
* The "count" variable is decremented for each process
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)