aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2014-12-30 02:51:04 +0000
committerIan Lepore <ian@FreeBSD.org>2014-12-30 02:51:04 +0000
commita285d100075f7d1659d42ec23dd8803d02b7cf23 (patch)
treeaf0af15bb875ff075cd1e1ea4cb9c3c8c6ef14a6 /sys
parent95474bc26a9d4e6f583cf150e2c7e81b020dc319 (diff)
downloadsrc-a285d100075f7d1659d42ec23dd8803d02b7cf23.tar.gz
src-a285d100075f7d1659d42ec23dd8803d02b7cf23.zip
Add arm option ARM_NEW_PMAP, to allow us to begin adding the new pmap
code alongside the existing implementation and quickly toggle between the two implementations when testing. Once the new code is past its teething stage we can remove this option.
Notes
Notes: svn path=/head/; revision=276393
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/options.arm1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.arm b/sys/conf/options.arm
index 433445faf315..dab5a7f1f76b 100644
--- a/sys/conf/options.arm
+++ b/sys/conf/options.arm
@@ -5,6 +5,7 @@ ARM_CACHE_LOCK_ENABLE opt_global.h
ARM_KERN_DIRECTMAP opt_vm.h
ARM_L2_PIPT opt_global.h
ARM_MANY_BOARD opt_global.h
+ARM_NEW_PMAP opt_global.h
ARM_WANT_TP_ADDRESS opt_global.h
COUNTS_PER_SEC opt_timer.h
CPU_ARM9 opt_global.h