Changeset 8a64e81e in mainline for kernel/generic/src/main/main.c


Ignore:
Timestamp:
2012-07-06T13:31:02Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d56712
Parents:
518dd43
Message:

workq: Add work queues: allow blocking work items, queuing items from interrupt handlers.

File:
1 edited

Legend:

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

    r518dd43 r8a64e81e  
    7575#include <synch/waitq.h>
    7676#include <synch/futex.h>
     77#include <synch/workqueue.h>
    7778#include <smp/smp_call.h>
    7879#include <arch/arch.h>
     
    249250
    250251        smp_call_init();
     252        workq_global_init();
    251253        clock_counter_init();
    252254        timeout_init();
Note: See TracChangeset for help on using the changeset viewer.