aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf/VIRT
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-04-12 08:10:18 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-04-12 08:10:18 +0000
commitfac289a29e83a0299743bada5e1a32afc15e1d95 (patch)
tree1408c94cbc2ef5eaf2c3d58b0dc408ef44b26910 /sys/arm/conf/VIRT
parent51cfb0be846f3217c5b0abb7b966556d7cef6780 (diff)
downloadsrc-fac289a29e83a0299743bada5e1a32afc15e1d95.tar.gz
src-fac289a29e83a0299743bada5e1a32afc15e1d95.zip
Switch to the new v6 pmap code to increase its testing. It will now be
built as part of universe.
Notes
Notes: svn path=/head/; revision=281459
Diffstat (limited to 'sys/arm/conf/VIRT')
-rw-r--r--sys/arm/conf/VIRT1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/VIRT b/sys/arm/conf/VIRT
index ccb608759fbb..d2707ccd897d 100644
--- a/sys/arm/conf/VIRT
+++ b/sys/arm/conf/VIRT
@@ -57,6 +57,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
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