Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 779 → Rev 778

/kernel/trunk/generic/include/cpu.h
57,6 → 57,11
SPINLOCK_DECLARE(timeoutlock);
link_t timeout_active_head;
 
#ifdef CONFIG_SMP
atomic_t kcpulbstarted;
waitq_t kcpulb_wq;
#endif /* CONFIG_SMP */
 
/**
* Processor ID assigned by kernel.
*/