Searched hist:"7249 c1a52df9967cd23550f3dc24fb6ca43cdc6a" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/dma/ |
H A D | mapping.c | diff 7249c1a52df9967cd23550f3dc24fb6ca43cdc6a Thu Dec 06 14:43:30 CST 2018 Christoph Hellwig <hch@lst.de> 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>
|
/openbmc/linux/include/linux/ |
H A D | dma-mapping.h | diff 7249c1a52df9967cd23550f3dc24fb6ca43cdc6a Thu Dec 06 14:43:30 CST 2018 Christoph Hellwig <hch@lst.de> 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>
|