Changeset ce732e74 in mainline for kernel/generic/src/main/main.c


Ignore:
Timestamp:
2017-10-12T17:59:31Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d51838f
Parents:
d29ae35
Message:

Allocate capabilities from a dedicated slab cache

File:
1 edited

Legend:

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

    rd29ae35 rce732e74  
    9292#include <sysinfo/stats.h>
    9393#include <lib/ra.h>
     94#include <cap/cap.h>
    9495
    9596/* Ensure [u]int*_t types are of correct size.
     
    277278        timeout_init();
    278279        scheduler_init();
     280        caps_init();
    279281        task_init();
    280282        thread_init();
Note: See TracChangeset for help on using the changeset viewer.