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

call cpu_thread_link().
This commit is contained in:
Matthew Dillon 2002-03-27 08:26:37 +00:00
parent fb893e9c13
commit e6bbfd402d

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);
}
/*