diff options
author | kib <kib@FreeBSD.org> | 2016-05-25 10:04:53 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2016-05-25 10:04:53 +0000 |
commit | ebb08d20d9a285e3f08a3e4e4d2f69a3967959a8 (patch) | |
tree | 204898070a8431291bd800435aa53cc570656470 | |
parent | 70c7a939b5330ea55b92c627aee7d5f5edf4f3ee (diff) | |
download | FreeBSD-src-ebb08d20d9a285e3f08a3e4e4d2f69a3967959a8.zip FreeBSD-src-ebb08d20d9a285e3f08a3e4e4d2f69a3967959a8.tar.gz |
MFC r300432:
Giant is dropped by mi_startup() before passing the control to swapper.
-rw-r--r-- | sys/vm/vm_glue.c | 2 |
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) |