PERFORCE change 90653 for review

Alan Cox alc at FreeBSD.org
Sun Jan 29 15:09:43 PST 2006


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

Change 90653 by alc at alc_home on 2006/01/29 23:09:28

	Use the new page queue macros.  There are no functional changes.
	
	Reviewed by:	md5

Affected files ...

.. //depot/projects/superpages/src/sys/vm/vm_buddy.c#11 edit

Differences ...

==== //depot/projects/superpages/src/sys/vm/vm_buddy.c#11 (text+ko) ====

@@ -336,7 +336,7 @@
 					m = phys_to_vm_page(pa);
 					if (m == NULL ||
 					    m->buddyq != BUDDY_QUEUES - 1 ||
-					    (m->queue - m->buddyq) != PQ_FREE)
+					    !VM_PAGE_INQUEUE1(m, PQ_FREE))
 						break;
 				}
 				/* If not, continue to the next block. */


More information about the p4-projects mailing list