Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3798 → 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);
/branches/sparc/kernel/generic/src/proc/program.c
52,6 → 52,7
#include <print.h>
#include <syscall/copy.h>
#include <proc/program.h>
#include <arch/asm.h>
 
#ifndef LOADED_PROG_STACK_PAGES_NO
#define LOADED_PROG_STACK_PAGES_NO 1