View | Details | Raw Unified | Return to bug 199518
Collapse All | Expand All

(-)sys/kern/kern_thread.c (+1 lines)
Lines 202-207 thread_init(void *mem, int size, int flags) Link Here
202
202
203
	td = (struct thread *)mem;
203
	td = (struct thread *)mem;
204
204
205
	td->td_sel = NULL;
205
	td->td_sleepqueue = sleepq_alloc();
206
	td->td_sleepqueue = sleepq_alloc();
206
	td->td_turnstile = turnstile_alloc();
207
	td->td_turnstile = turnstile_alloc();
207
	td->td_rlqe = NULL;
208
	td->td_rlqe = NULL;

Return to bug 199518