View | Details | Raw Unified | Return to bug 221356 | Differences between
and this patch

Collapse All | Expand All

(-)sys/vm/vm_pageout.c (-1 / +2 lines)
Lines 2067-2074 Link Here
2067
#ifdef VM_NUMA_ALLOC
2060
#ifdef VM_NUMA_ALLOC
2068
	int i;
2061
	int i;
2069
#endif
2062
#endif
2070
2063
#if !defined(NO_SWAPPING)
2071
	swap_pager_swap_init();
2064
	swap_pager_swap_init();
2065
#endif
2072
	error = kthread_add(vm_pageout_laundry_worker, NULL, curproc, NULL,
2066
	error = kthread_add(vm_pageout_laundry_worker, NULL, curproc, NULL,
2073
	    0, 0, "laundry: dom0");
2067
	    0, 0, "laundry: dom0");
2074
	if (error != 0)
2068
	if (error != 0)

Return to bug 221356