diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 118348d29e08..83dc01a8afa3 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -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)