PERFORCE change 181744 for review

John Baldwin jhb at FreeBSD.org
Mon Aug 2 21:07:12 UTC 2010


http://p4web.freebsd.org/@@181744?ac=10

Change 181744 by jhb at jhb_jhbbsd on 2010/08/02 21:07:00

	Merge build fix.

Affected files ...

.. //depot/projects/smpng/sys/mips/include/vmparam.h#5 edit

Differences ...

==== //depot/projects/smpng/sys/mips/include/vmparam.h#5 (text+ko) ====

@@ -184,6 +184,7 @@
 #ifdef __mips_n64
 #define	VM_NFREELIST		1
 #define	VM_FREELIST_DEFAULT	0
+#define	VM_FREELIST_DIRECT	VM_FREELIST_DEFAULT
 #else
 #define	VM_NFREELIST		2
 #define	VM_FREELIST_DEFAULT	1


More information about the p4-projects mailing list