svn commit: r198014 - user/kmacy/releng_8_fcs/sys/conf

Kip Macy kmacy at FreeBSD.org
Tue Oct 13 04:13:39 UTC 2009


Author: kmacy
Date: Tue Oct 13 04:13:39 2009
New Revision: 198014
URL: http://svn.freebsd.org/changeset/base/198014

Log:
  use UMA for ZFS buffers to allow for additional policy

Modified:
  user/kmacy/releng_8_fcs/sys/conf/kern.pre.mk

Modified: user/kmacy/releng_8_fcs/sys/conf/kern.pre.mk
==============================================================================
--- user/kmacy/releng_8_fcs/sys/conf/kern.pre.mk	Tue Oct 13 03:55:57 2009	(r198013)
+++ user/kmacy/releng_8_fcs/sys/conf/kern.pre.mk	Tue Oct 13 04:13:39 2009	(r198014)
@@ -140,6 +140,7 @@ CFLAGS+= --param large-function-growth=1
 ZFS_CFLAGS+= -fno-common -finline-limit=${INLINE_LIMIT}
 ZFS_CFLAGS+= --param inline-unit-growth=100
 ZFS_CFLAGS+= --param large-function-growth=1000
+ZFS_CFLAGS+= -DZIO_USE_UMA
 
 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE} == "i386" || \
     ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "powerpc" || \


More information about the svn-src-user mailing list