Remove false claim. Giant is dropped by mi_startup() before passing

the control to swapper.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
kib 2016-05-22 19:25:53 +00:00
parent aef1c65d59
commit 923635816f

View File

@ -731,8 +731,6 @@ faultin(p)
* This swapin algorithm attempts to swap-in processes only if there
* is enough space for them. Of course, if a process waits for a long
* time, it will be swapped in anyway.
*
* Giant is held on entry.
*/
void
swapper(void)