Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 191 → Rev 192

/SPARTAN/trunk/include/cpu.h
71,16 → 71,6
__u8 *stack;
};
 
/*
* read/write by associated CPU
* read only by other CPUs
*/
struct cpu_private_data {
thread_t *thread;
task_t *task;
};
 
extern cpu_private_data_t *cpu_private_data;
extern cpu_t *cpus;
 
extern void cpu_init(void);