oops, forgot to commit this. td->td_savecrit = 0 replaced by API

call cpu_thread_link().
This commit is contained in:
dillon 2002-03-27 08:26:37 +00:00
parent 5971322f85
commit 7fa55182e2

View File

@ -135,6 +135,7 @@ thread_link(struct thread *td, struct ksegrp *kg)
TAILQ_INSERT_HEAD(&kg->kg_threads, td, td_kglist);
td->td_critnest = 0;
td->td_kse = NULL;
cpu_thread_link(td);
}
/*