mirror of
https://github.com/drasko/codezero.git
synced 2026-01-27 18:23:13 +01:00
Fixed minor issues on capability list sharing.
This commit is contained in:
@@ -61,7 +61,7 @@ do { \
|
||||
(wqh)->sleepers++; \
|
||||
list_insert_tail(&wq.task_list, \
|
||||
&(wqh)->task_list); \
|
||||
/* printk("(%d) waiting...\n", current->tid); */\
|
||||
printk("(%d) waiting...\n", current->tid); \
|
||||
sched_prepare_sleep(); \
|
||||
spin_unlock_irq(&(wqh)->slock, irqsave); \
|
||||
schedule(); \
|
||||
|
||||
Reference in New Issue
Block a user