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) _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"