mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
A small cleanup.
This commit is contained in:
parent
a30ec8f8b8
commit
8108a14544
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99408
@ -301,7 +301,6 @@ vm_waitproc(p)
|
||||
/* XXXKSE by here there should not be any threads left! */
|
||||
FOREACH_THREAD_IN_PROC(p, td) {
|
||||
panic("vm_waitproc: Survivor thread!");
|
||||
pmap_dispose_thread(td);
|
||||
}
|
||||
vmspace_exitfree(p); /* and clean-out the vmspace */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user