summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-05-25 10:04:53 +0000
committerkib <kib@FreeBSD.org>2016-05-25 10:04:53 +0000
commitebb08d20d9a285e3f08a3e4e4d2f69a3967959a8 (patch)
tree204898070a8431291bd800435aa53cc570656470 /sys/vm/vm_glue.c
parent70c7a939b5330ea55b92c627aee7d5f5edf4f3ee (diff)
downloadFreeBSD-src-ebb08d20d9a285e3f08a3e4e4d2f69a3967959a8.zip
FreeBSD-src-ebb08d20d9a285e3f08a3e4e4d2f69a3967959a8.tar.gz
MFC r300432:
Giant is dropped by mi_startup() before passing the control to swapper.
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index de2dff2..7fc922e 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -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)
OpenPOWER on IntegriCloud