Changeset e09b75c in mainline
- Timestamp:
- 2006-05-15T21:10:11Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ad575d7
- Parents:
- 9f29243
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/kinit.c
r9f29243 re09b75c 160 160 * Set capabilities to init userspace tasks. 161 161 */ 162 cap_set(utask, CAP_CAP | CAP_MEM_MANAGER | CAP_IO_MANAGER | CAP_PREEMPT_CONTROL );162 cap_set(utask, CAP_CAP | CAP_MEM_MANAGER | CAP_IO_MANAGER | CAP_PREEMPT_CONTROL | CAP_IRQ_REG); 163 163 164 164 if (!ipc_phone_0)
Note:
See TracChangeset
for help on using the changeset viewer.