Date: Thu, 2 Jul 2015 15:26:41 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285047 - head/sys/arm64/arm64 Message-ID: <201507021526.t62FQfuT008629@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507021526.t62FQfuT008629>