]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
We never need bounce pages for memory we allocate. We cleverly allocate
authorian <ian@FreeBSD.org>
Tue, 29 Jul 2014 02:37:31 +0000 (02:37 +0000)
committerian <ian@FreeBSD.org>
Tue, 29 Jul 2014 02:37:31 +0000 (02:37 +0000)
commitfb0b7ece8c535ffb830749971d981c39c7de9bf1
treeca9b196ef66ade1aac582a68693b7883f7702069
parent0674d104b5536feb43c358476a940e03923451ae
We never need bounce pages for memory we allocate.  We cleverly allocate
memory the matches all the constraints of the dma tag so that bouncing
will never be required.

Reviewed by: cognet
sys/arm/arm/busdma_machdep-v6.c