PERFORCE change 92581 for review

Kip Macy kmacy at FreeBSD.org
Tue Feb 28 23:54:47 PST 2006


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

Change 92581 by kmacy at kmacy_storage:sun4v_work on 2006/03/01 07:53:42

	disable UMA_SMALL_ALLOC for now as it makes assumptions I don't want to adhere to

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/vmparam.h#2 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/vmparam.h#2 (text+ko) ====

@@ -176,9 +176,10 @@
 #ifndef	VM_INITIAL_PAGEIN
 #define	VM_INITIAL_PAGEIN	16
 #endif
-
+#if 0
+/* does silly things */
 #define	UMA_MD_SMALL_ALLOC
-
+#endif
 extern vm_offset_t vm_max_kernel_address;
 
 #endif /* !_MACHINE_VMPARAM_H_ */


More information about the p4-projects mailing list