Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2014 02:51:05 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276393 - head/sys/conf
Message-ID:  <201412300251.sBU2p5xN019315@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412300251.sBU2p5xN019315>