sh: Fixup some uninitialized spinlocks.
Fix use of uninitialized spinlocks, caught with spinlock debugging.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include <asm/semaphore.h>
|
||||
#include <asm/semaphore-helper.h>
|
||||
|
||||
spinlock_t semaphore_wake_lock;
|
||||
DEFINE_SPINLOCK(semaphore_wake_lock);
|
||||
|
||||
/*
|
||||
* Semaphores are implemented using a two-way counter:
|
||||
|
Reference in New Issue
Block a user