Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1170 → Rev 1169

/kernel/trunk/generic/src/proc/task.c
43,9 → 43,7
#include <elf.h>
 
 
#ifndef LOADED_PROG_STACK_PAGES_NO
#define LOADED_PROG_STACK_PAGES_NO 1
#endif
#define LOADED_PROG_STACK_PAGES_NO 2
 
SPINLOCK_INITIALIZE(tasks_lock);
btree_t tasks_btree;
/kernel/trunk/generic/include/arch.h
30,7 → 30,6
#define __ARCH_H__
 
#include <arch/types.h>
#include <arch/arch.h>
#include <typedefs.h>
 
#include <cpu.h>
/kernel/trunk/arch/ia64/include/arch.h
29,6 → 29,4
#ifndef __ia64_ARCH_H__
#define __ia64_ARCH_H__
 
#define LOADED_PROG_STACK_PAGES_NO 2
 
#endif