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.
This commit is contained in:
Ian Lepore 2014-12-30 02:51:04 +00:00
parent 95474bc26a
commit a285d10007

View File

@ -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