svn commit: r300432 - head/sys/vm

Konstantin Belousov kib at FreeBSD.org
Sun May 22 19:25:55 UTC 2016


Author: kib
Date: Sun May 22 19:25:53 2016
New Revision: 300432
URL: https://svnweb.freebsd.org/changeset/base/300432

Log:
  Remove false claim.  Giant is dropped by mi_startup() before passing
  the control to swapper.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/sys/vm/vm_glue.c

Modified: head/sys/vm/vm_glue.c
==============================================================================
--- head/sys/vm/vm_glue.c	Sun May 22 19:08:29 2016	(r300431)
+++ head/sys/vm/vm_glue.c	Sun May 22 19:25:53 2016	(r300432)
@@ -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)


More information about the svn-src-all mailing list