Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/task.c

    r5d0500c r55b77d9  
    5050#include <ipc/ipc.h>
    5151#include <ipc/ipcrsc.h>
    52 #include <ipc/event.h>
    5352#include <print.h>
    5453#include <errno.h>
     
    5857#include <syscall/copy.h>
    5958#include <macros.h>
     59#include <ipc/event.h>
    6060
    6161/** Spinlock protecting the tasks_tree AVL tree. */
     
    201201        task->ipc_info.irq_notif_received = 0;
    202202        task->ipc_info.forwarded = 0;
    203 
    204         event_task_init(task);
    205203       
    206204#ifdef CONFIG_UDEBUG
Note: See TracChangeset for help on using the changeset viewer.