Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3789 → Rev 3790

/trunk/kernel/generic/src/main/kinit.c
110,7 → 110,7
spinlock_unlock(&thread->lock);
thread_ready(thread);
} else
panic("Unable to create kmp thread\n");
panic("Unable to create kmp thread.");
thread_join(thread);
thread_detach(thread);
}