Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 457 → Rev 458

/SPARTAN/trunk/generic/include/cpu.h
52,10 → 52,10
spinlock_t timeoutlock;
link_t timeout_active_head;
 
#ifdef __SMP__
#ifdef CONFIG_SMP
int kcpulbstarted;
waitq_t kcpulb_wq;
#endif /* __SMP__ */
#endif /* CONFIG_SMP */
 
int id;
int active;