Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3861 → Rev 3862

/branches/sparc/kernel/generic/src/proc/task.c
53,6 → 53,7
#include <errno.h>
#include <func.h>
#include <syscall/copy.h>
#include <arch/asm.h>
 
/** Spinlock protecting the tasks_tree AVL tree. */
SPINLOCK_INITIALIZE(tasks_lock);