mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Make this compile.
Pointy hat to: dillon
This commit is contained in:
parent
4ad8d4f520
commit
f2a79bb9b4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93269
@ -134,7 +134,6 @@ thread_link(struct thread *td, struct ksegrp *kg)
|
||||
TAILQ_INSERT_HEAD(&p->p_threads, td, td_plist);
|
||||
TAILQ_INSERT_HEAD(&kg->kg_threads, td, td_kglist);
|
||||
td->td_critnest = 0;
|
||||
td->td_savecrit = 0;
|
||||
td->td_kse = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user