Don't clear the DMAMAP_DMAMEM_ALLOC flag set a few lines earlier. Doh!

Reviewed by:	cognet
This commit is contained in:
ian 2014-07-29 02:36:50 +00:00
parent dc71ef86f9
commit cd284d708a

View File

@ -772,7 +772,6 @@ bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags,
} else {
memattr = VM_MEMATTR_DEFAULT;
ba = standard_allocator;
(*mapp)->flags = 0;
}
/*