Changeset e09b75c in mainline


Ignore:
Timestamp:
2006-05-15T21:10:11Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ad575d7
Parents:
9f29243
Message:

Added capability to register IRQs to tasks.

File:
1 edited

Legend:

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

    r9f29243 re09b75c  
    160160                         * Set capabilities to init userspace tasks.
    161161                         */
    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);
    163163                       
    164164                        if (!ipc_phone_0)
Note: See TracChangeset for help on using the changeset viewer.