Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 482 → Rev 483

/SPARTAN/trunk/generic/src/proc/scheduler.c
50,7 → 50,6
 
atomic_t nrdy;
 
 
/** Take actions before new thread runs
*
* Perform actions that need to be
116,7 → 115,7
* @return Thread to be scheduled.
*
*/
static struct thread *find_best_thread(void)
static thread_t *find_best_thread(void)
{
thread_t *t;
runq_t *r;