PERFORCE change 64904 for review

John Baldwin jhb at FreeBSD.org
Thu Nov 11 12:12:42 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=64904

Change 64904 by jhb at jhb_twclab on 2004/11/11 20:11:58

	Compile fix.

Affected files ...

.. //depot/projects/smpng/sys/vm/vm_zeroidle.c#23 edit

Differences ...

==== //depot/projects/smpng/sys/vm/vm_zeroidle.c#23 (text+ko) ====

@@ -161,7 +161,6 @@
 			wakeup_needed = TRUE;
 			msleep(&zero_state, &vm_page_queue_mtx,
 			    PDROP | td->td_priority, "pgzero", hz * 300);
-			pages = 0;
 		}
 	}
 }


More information about the p4-projects mailing list