swiotlb: replace kmap_atomic() with memcpy_{from,to}_page()
The use of kmap_atomic() is being deprecated in favor of
kmap_local_page(), which can also be used in atomic context (including
interrupts).
Replace kmap_atomic() with kmap_local_page(). Instead of open coding
mapping, memcpy(), and un-mapping, use the memcpy_{from,to}_page() helper.
Suggested-by:
Ira Weiny <ira.weiny@intel.com>
Signed-off-by:
Fabio M. De Francesco <fmdefrancesco@gmail.com>
Signed-off-by:
Christoph Hellwig <hch@lst.de>
Loading
Please sign in to comment