Commit 5c1c8085 authored by Chris Zankel's avatar Chris Zankel

[XTENSA] Initialize semaphore_wake_lock

Initialize semaphore_wake_lock.
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 24a9ab7f
......@@ -100,7 +100,7 @@ static __inline__ int waking_non_zero_trylock(struct semaphore *sem)
return ret;
}
spinlock_t semaphore_wake_lock;
DEFINE_SPINLOCK(semaphore_wake_lock);
/*
* Semaphores are implemented using a two-way counter:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment