diff options
Diffstat (limited to 'vm')
-rw-r--r-- | vm/vm_pageout.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/vm_pageout.c b/vm/vm_pageout.c index ecedb57..aff823a 100644 --- a/vm/vm_pageout.c +++ b/vm/vm_pageout.c @@ -551,6 +551,8 @@ void vm_pageout_scan(void) stack_collect(); net_kmsg_collect(); consider_task_collect(); + if (0) /* XXX: pcb_collect doesn't do anything yet, so it is + pointless to call consider_thread_collect. */ consider_thread_collect(); slab_collect(); |