Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2765 → Rev 2764

/trunk/kernel/generic/src/proc/tasklet.c
37,7 → 37,6
#include <proc/tasklet.h>
#include <synch/spinlock.h>
#include <mm/slab.h>
#include <config.h>
 
/** Spinlock protecting list of tasklets */
SPINLOCK_INITIALIZE(tasklet_lock);