svn commit: r276393 - head/sys/conf

Ian Lepore ian at FreeBSD.org
Tue Dec 30 02:51:06 UTC 2014


Author: ian
Date: Tue Dec 30 02:51:04 2014
New Revision: 276393
URL: https://svnweb.freebsd.org/changeset/base/276393

Log:
  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.

Modified:
  head/sys/conf/options.arm

Modified: head/sys/conf/options.arm
==============================================================================
--- head/sys/conf/options.arm	Tue Dec 30 02:44:33 2014	(r276392)
+++ head/sys/conf/options.arm	Tue Dec 30 02:51:04 2014	(r276393)
@@ -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


More information about the svn-src-head mailing list