Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2006 07:54:43 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92581 for review
Message-ID:  <200603010754.k217shN1007802@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92581

Change 92581 by kmacy@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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603010754.k217shN1007802>