Changeset 2fa10f6 in mainline for kernel/generic/src/main/kinit.c


Ignore:
Timestamp:
2010-09-11T22:28:59Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5203efb1
Parents:
7431b665
Message:

Remove syscall for controlling preemption.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/kinit.c

    r7431b665 r2fa10f6  
    208208                         */
    209209                        cap_set(programs[i].task, CAP_CAP | CAP_MEM_MANAGER |
    210                             CAP_IO_MANAGER | CAP_PREEMPT_CONTROL | CAP_IRQ_REG);
     210                            CAP_IO_MANAGER | CAP_IRQ_REG);
    211211                       
    212212                        if (!ipc_phone_0)
Note: See TracChangeset for help on using the changeset viewer.