Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 482 → Rev 483

/SPARTAN/trunk/generic/include/cpu.h
45,9 → 45,9
spinlock_t lock;
context_t saved_context;
 
volatile int nrdy;
volatile count_t nrdy;
runq_t rq[RQ_COUNT];
volatile int needs_relink;
volatile count_t needs_relink;
 
spinlock_t timeoutlock;
link_t timeout_active_head;