Changes towards exit. Need to fix thread suspend first.

This commit is contained in:
Bahadir Balban
2008-09-27 22:15:34 +03:00
parent 6b11d3cf02
commit c54d505709
9 changed files with 21 additions and 6 deletions

View File

@@ -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)
{