Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[XTENSA] Initialize semaphore_wake_lock



Initialize semaphore_wake_lock.

Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 24a9ab7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: