From fac289a29e83a0299743bada5e1a32afc15e1d95 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Sun, 12 Apr 2015 08:10:18 +0000 Subject: [PATCH] Switch to the new v6 pmap code to increase its testing. It will now be built as part of universe. --- sys/arm/conf/VIRT | 1 + 1 file changed, 1 insertion(+) 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