svn commit: r281459 - head/sys/arm/conf

Andrew Turner andrew at FreeBSD.org
Sun Apr 12 08:10:19 UTC 2015


Author: andrew
Date: Sun Apr 12 08:10:18 2015
New Revision: 281459
URL: https://svnweb.freebsd.org/changeset/base/281459

Log:
  Switch to the new v6 pmap code to increase its testing. It will now be
  built as part of universe.

Modified:
  head/sys/arm/conf/VIRT

Modified: head/sys/arm/conf/VIRT
==============================================================================
--- head/sys/arm/conf/VIRT	Sun Apr 12 07:24:10 2015	(r281458)
+++ head/sys/arm/conf/VIRT	Sun Apr 12 08:10:18 2015	(r281459)
@@ -57,6 +57,7 @@ options 	KBD_INSTALL_CDEV	# install a CD
 options 	PLATFORM
 options 	FREEBSD_BOOT_LOADER	# Process metadata passed from loader(8)
 options 	VFP			# Enable floating point hardware support
+options 	ARM_NEW_PMAP		# Enable the new v6 pmap
 
 # Debugging for use in -current
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols


More information about the svn-src-all mailing list