mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 19:33:15 +01:00
Changes towards exit. Need to fix thread suspend first.
This commit is contained in:
@@ -37,6 +37,7 @@ do { \
|
||||
spin_unlock(&wqh->slock); \
|
||||
} while(0);
|
||||
|
||||
/* FIXME: Wake up should take the task as an argument, rather than the queue */
|
||||
/* Wake up single waiter */
|
||||
void wake_up(struct waitqueue_head *wqh)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user