Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2007 23:25:38 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 127459 for review
Message-ID:  <200710122325.l9CNPcin018613@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 127459 by kmacy@kmacy_home:ethng on 2007/10/12 23:25:00

	remove MINCLSIZE - no longer needed now that we have m_fast_free

Affected files ...

.. //depot/projects/ethng/src/sys/amd64/conf/MULTIQ#5 edit

Differences ...

==== //depot/projects/ethng/src/sys/amd64/conf/MULTIQ#5 (text+ko) ====

@@ -27,8 +27,8 @@
 
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
 
-options 	SCHED_ULE
-options		IPI_PREEMPTION
+options 	SCHED_ULE		#
+options		IPI_PREEMPTION		#
 options 	PREEMPTION		# Enable kernel thread preemption
 options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols
@@ -212,5 +212,5 @@
 options		ALT_BREAK_TO_DEBUGGER
 #options		LOCK_PROFILING
 options		HWPMC_HOOKS
-options		MINCLSIZE=104
+
 



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