Remove an old comment, the cache is enabled.

Obtained from:	ABT Systems Ltd
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2015-07-02 15:26:40 +00:00
parent be930a2021
commit b9b3574474
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285047

View File

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