Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 19 → Rev 20

/SPARTAN/trunk/include/cpu.h
73,7 → 73,6
* read only by other CPUs
*/
struct cpu_private_data {
cpu_t *cpu;
thread_t *thread;
task_t *task;
};