Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1380 → Rev 1358

/kernel/trunk/generic/src/proc/scheduler.c
421,6 → 421,8
 
relink_rq(priority);
 
spinlock_lock(&THREAD->lock);
 
/*
* If both the old and the new task are the same, lots of work is avoided.
*/
452,7 → 454,6
before_task_runs();
}
 
spinlock_lock(&THREAD->lock);
THREAD->state = Running;
 
#ifdef SCHEDULER_VERBOSE