Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 170 → Rev 171

/SPARTAN/trunk/include/cpu.h
40,7 → 40,7
#include <typedefs.h>
#include <arch/context.h>
 
#define CPU_STACK_SIZE (4096)
#define CPU_STACK_SIZE PAGE_SIZE
 
struct cpu {
spinlock_t lock;