svn commit: r300673 - stable/10/sys/vm
Konstantin Belousov
kib at FreeBSD.org
Wed May 25 10:04:54 UTC 2016
Author: kib
Date: Wed May 25 10:04:53 2016
New Revision: 300673
URL: https://svnweb.freebsd.org/changeset/base/300673
Log:
MFC r300432:
Giant is dropped by mi_startup() before passing the control to swapper.
Modified:
stable/10/sys/vm/vm_glue.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/vm/vm_glue.c
==============================================================================
--- stable/10/sys/vm/vm_glue.c Wed May 25 10:02:14 2016 (r300672)
+++ stable/10/sys/vm/vm_glue.c Wed May 25 10:04:53 2016 (r300673)
@@ -732,8 +732,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-stable
mailing list