commit | 7249c1a52df9967cd23550f3dc24fb6ca43cdc6a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Dec 06 12:43:30 2018 -0800 |
committer | Christoph Hellwig <hch@lst.de> | Thu Dec 13 21:06:10 2018 +0100 |
tree | c87a0b9027e18b36cbb7ef9b87fb2db30619067f | |
parent | 05887cb610a54bf568de7f0bc07c4a64e45ac6f9 [diff] |
dma-mapping: move various slow path functions out of line There is no need to have all setup and coherent allocation / freeing routines inline. Move them out of line to keep the implemeation nicely encapsulated and save some kernel text size. 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>