Changes in kernel/generic/src/proc/task.c [0b5203b:abf6c01] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/task.c
r0b5203b rabf6c01 43 43 #include <mm/slab.h> 44 44 #include <atomic.h> 45 #include <synch/futex.h> 45 46 #include <synch/spinlock.h> 46 47 #include <synch/waitq.h> … … 250 251 } 251 252 253 futex_task_init(task); 254 252 255 irq_spinlock_lock(&tasks_lock, true); 253 256
Note:
See TracChangeset
for help on using the changeset viewer.