diff options
-rw-r--r-- | sys/arm64/arm64/pmap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/arm64/arm64/pmap.c b/sys/arm64/arm64/pmap.c index 0835178..cc1ccf8 100644 --- a/sys/arm64/arm64/pmap.c +++ b/sys/arm64/arm64/pmap.c @@ -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)); |