]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
mmc: core: let the dma map ops handle bouncing
authorChristoph Hellwig <hch@lst.de>
Tue, 25 Jun 2019 09:20:41 +0000 (11:20 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 10 Jul 2019 11:17:30 +0000 (13:17 +0200)
commit7559d612dff0389aba5b49664e3bc94a150e45f2
tree649058e9c0d3b23024e082f1118a71b81763369c
parent1cdca16c043abd4803c3979e5faefaa623703e66
mmc: core: let the dma map ops handle bouncing

Just like we do for all other block drivers. Especially as the limit
imposed at the moment might be way to pessimistic for iommus.

This also means we are not going to set a bounce limit for the queue, in
case we have a dma mask. On most architectures it was never needed, the
major hold out was x86-32 with PAE, but that has been fixed by now.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/queue.c