Remove a stale comment. The logic that deleted the map before other

resources was removed long ago, but the comment stuck somehow.
This commit is contained in:
Ian Lepore 2015-02-01 17:19:57 +00:00
parent 573a66c3dc
commit 0e192fecb4

View File

@ -858,8 +858,6 @@ bus_dmamem_free(bus_dma_tag_t dmat, void *vaddr, bus_dmamap_t map)
else
ba = standard_allocator;
/* Be careful not to access map from here on. */
bufzone = busdma_bufalloc_findzone(ba, dmat->maxsize);
if (bufzone != NULL && dmat->alignment <= bufzone->size &&