Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2011 16:30:02 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 188455 for review
Message-ID:  <201102021630.p12GU2eO076217@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@188455?ac=10

Change 188455 by trasz@trasz_victim on 2011/02/02 16:29:59

	Fix kernel config.

Affected files ...

.. //depot/projects/soc2009/trasz_limits/sys/amd64/conf/GENERIC#19 edit
.. //depot/projects/soc2009/trasz_limits/sys/i386/conf/GENERIC#20 edit

Differences ...

==== //depot/projects/soc2009/trasz_limits/sys/amd64/conf/GENERIC#19 (text+ko) ====

@@ -78,7 +78,7 @@
 options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
 
 options 	CONTAINERS
-options 	HRL
+options 	RCTL
 
 # Make an SMP-capable kernel by default
 options 	SMP			# Symmetric MultiProcessor Kernel

==== //depot/projects/soc2009/trasz_limits/sys/i386/conf/GENERIC#20 (text+ko) ====

@@ -77,6 +77,9 @@
 options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
 
+options 	CONTAINERS
+options 	RCTL
+
 # To make an SMP kernel, the next two lines are needed
 options 	SMP			# Symmetric MultiProcessor Kernel
 device		apic			# I/O APIC



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