diff options
-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) |