Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 172 → Rev 173

/SPARTAN/trunk/include/cpu.h
39,8 → 39,9
#include <arch/types.h>
#include <typedefs.h>
#include <arch/context.h>
#include <config.h>
 
#define CPU_STACK_SIZE PAGE_SIZE
#define CPU_STACK_SIZE STACK_SIZE
 
struct cpu {
spinlock_t lock;