Rev 3343 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3343 | Rev 3862 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | #include <proc/task.h> |
41 | #include <proc/task.h> |
42 | #include <synch/spinlock.h> |
42 | #include <synch/spinlock.h> |
43 | #include <syscall/sysarg64.h> |
43 | #include <syscall/sysarg64.h> |
44 | #include <syscall/copy.h> |
44 | #include <syscall/copy.h> |
45 | #include <arch.h> |
45 | #include <arch.h> |
- | 46 | #include <arch/asm.h> |
|
46 | #include <errno.h> |
47 | #include <errno.h> |
47 | 48 | ||
48 | /** Set capabilities. |
49 | /** Set capabilities. |
49 | * |
50 | * |
50 | * @param t Task whose capabilities are to be changed. |
51 | * @param t Task whose capabilities are to be changed. |