Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 169 → Rev 170

/SPARTAN/trunk/src/main/kinit.c
77,7 → 77,6
spinlock_unlock(&t->lock);
thread_ready(t);
waitq_sleep(&kmp_completion_wq);
cpu_priority_high();
}
else panic("thread_create/kmp");
}