PERFORCE change 90500 for review

Alan Cox alc at FreeBSD.org
Fri Jan 27 12:25:14 PST 2006


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

Change 90500 by alc at alc_home on 2006/01/27 20:24:13

	Reduce differences with CVS HEAD.

Affected files ...

.. //depot/projects/superpages/src/sys/vm/vm_page.h#6 edit

Differences ...

==== //depot/projects/superpages/src/sys/vm/vm_page.h#6 (text+ko) ====

@@ -143,9 +143,8 @@
 #endif
 #endif
 
-#if !defined(KLD_MODULE)
-
-#define PQ_NONE 0
+/* PQ_CACHE and PQ_FREE represents a PQ_NUMCOLORS consecutive queue. */
+#define PQ_NONE		0
 #define PQ_BUDDY	1
 #define PQ_INACTIVE (1 + BUDDY_QUEUES)
 #define PQ_ACTIVE (2 + BUDDY_QUEUES)
@@ -180,8 +179,6 @@
 extern struct vpgqueues vm_page_queues[PQ_COUNT];
 extern struct mtx vm_page_queue_free_mtx;
 
-#endif
-
 /*
  * These are the flags defined for vm_page.
  *


More information about the p4-projects mailing list