oops, forgot to commit this. td->td_savecrit = 0 replaced by API
call cpu_thread_link().
This commit is contained in:
parent
fb893e9c13
commit
e6bbfd402d
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user