svn commit: r285047 - head/sys/arm64/arm64

Andrew Turner andrew at FreeBSD.org
Thu Jul 2 15:26:41 UTC 2015


Author: andrew
Date: Thu Jul  2 15:26:40 2015
New Revision: 285047
URL: https://svnweb.freebsd.org/changeset/base/285047

Log:
  Remove an old comment, the cache is enabled.
  
  Obtained from:	ABT Systems Ltd
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/arm64/arm64/pmap.c

Modified: head/sys/arm64/arm64/pmap.c
==============================================================================
--- head/sys/arm64/arm64/pmap.c	Thu Jul  2 15:22:13 2015	(r285046)
+++ head/sys/arm64/arm64/pmap.c	Thu Jul  2 15:26:40 2015	(r285047)
@@ -429,10 +429,6 @@ pmap_bootstrap_dmap(vm_offset_t l1pt)
 	    pa += L1_SIZE, va += L1_SIZE, l1_slot++) {
 		KASSERT(l1_slot < Ln_ENTRIES, ("Invalid L1 index"));
 
-		/*
-		 * TODO: Turn the cache on here when we have cache
-		 * flushing code.
-		 */
 		pmap_load_store(&l1[l1_slot],
 		    (pa & ~L1_OFFSET) | ATTR_AF | L1_BLOCK |
 		    ATTR_IDX(CACHED_MEMORY));


More information about the svn-src-all mailing list