From: Jesper S. <js...@re...> - 2000-08-04 09:42:18
|
When enabling debugging in include/linux/spinlocks.h this definition is missing. Jesper diff -urN --exclude-from=/home/jskov/lib/diff-excludes -P ../../devo/linux/linux-sh/arch/sh/kernel/semaphore.c ./arch/sh/kernel/semaphore.c --- ../../devo/linux/linux-sh/arch/sh/kernel/semaphore.c Thu Aug 3 13:29:19 2000 +++ ./arch/sh/kernel/semaphore.c Thu Aug 3 14:36:26 2000 @@ -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 |