Rev 3665 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3665 | Rev 3862 | ||
---|---|---|---|
Line 51... | Line 51... | ||
51 | #include <ipc/ipcrsc.h> |
51 | #include <ipc/ipcrsc.h> |
52 | #include <print.h> |
52 | #include <print.h> |
53 | #include <errno.h> |
53 | #include <errno.h> |
54 | #include <func.h> |
54 | #include <func.h> |
55 | #include <syscall/copy.h> |
55 | #include <syscall/copy.h> |
- | 56 | #include <arch/asm.h> |
|
56 | 57 | ||
57 | /** Spinlock protecting the tasks_tree AVL tree. */ |
58 | /** Spinlock protecting the tasks_tree AVL tree. */ |
58 | SPINLOCK_INITIALIZE(tasks_lock); |
59 | SPINLOCK_INITIALIZE(tasks_lock); |
59 | 60 | ||
60 | /** AVL tree of active tasks. |
61 | /** AVL tree of active tasks. |