diff options
author | andrew <andrew@FreeBSD.org> | 2015-04-12 08:10:18 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-04-12 08:10:18 +0000 |
commit | 33d50beb4d4bd730cf3a4410eca900c7babbbeec (patch) | |
tree | 1408c94cbc2ef5eaf2c3d58b0dc408ef44b26910 /sys/arm | |
parent | 02e5fc3da7b5ac09934bb62f3341d0aa5217dd42 (diff) | |
download | FreeBSD-src-33d50beb4d4bd730cf3a4410eca900c7babbbeec.zip FreeBSD-src-33d50beb4d4bd730cf3a4410eca900c7babbbeec.tar.gz |
Switch to the new v6 pmap code to increase its testing. It will now be
built as part of universe.
Diffstat (limited to 'sys/arm')
-rw-r--r-- | sys/arm/conf/VIRT | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/VIRT b/sys/arm/conf/VIRT index ccb6087..d2707cc 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 |