dma-mapping: move dma_cache_sync out of line
authorChristoph Hellwig <hch@lst.de>
Thu, 6 Dec 2018 20:47:50 +0000 (12:47 -0800)
committerChristoph Hellwig <hch@lst.de>
Thu, 13 Dec 2018 20:06:10 +0000 (21:06 +0100)
commit8ddbe5943c0b1259b5ddb6dc1729863433fc256c
tree7494416660388eedb08aa4658037ed3e0fa49128
parent7249c1a52df9967cd23550f3dc24fb6ca43cdc6a
dma-mapping: move dma_cache_sync out of line

This isn't exactly a slow path routine, but it is not super critical
either, and moving it out of line will help to keep the include chain
clean for the following DMA indirection bypass work.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Tested-by: Jesper Dangaard Brouer <brouer@redhat.com>
Tested-by: Tony Luck <tony.luck@intel.com>
include/linux/dma-mapping.h
kernel/dma/mapping.c