mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
[XTENSA] Initialize semaphore_wake_lock
Initialize semaphore_wake_lock. Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:
parent
24a9ab7fa1
commit
5c1c8085b5
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ static __inline__ int waking_non_zero_trylock(struct semaphore *sem)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
spinlock_t semaphore_wake_lock;
|
DEFINE_SPINLOCK(semaphore_wake_lock);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Semaphores are implemented using a two-way counter:
|
* Semaphores are implemented using a two-way counter:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue