PERFORCE change 188455 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Feb 2 16:30:02 UTC 2011


http://p4web.freebsd.org/@@188455?ac=10

Change 188455 by trasz at 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


More information about the p4-projects mailing list