x86/amd_gart: remove the mapping_error dma_map_ops method
authorChristoph Hellwig <hch@lst.de>
Wed, 21 Nov 2018 18:20:44 +0000 (19:20 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 6 Dec 2018 14:56:45 +0000 (06:56 -0800)
commit9e8aa6b5461be50197e0bebc040e9fb6029a3d6b
treebb14c71f838dd6e73b624ae1ba03cc8c9318dffb
parent608b9761a06089ac22bb157bc70d16e9df12ca7c
x86/amd_gart: remove the mapping_error dma_map_ops method

Return DMA_MAPPING_ERROR instead of the magic bad_dma_addr on a dma
mapping failure and let the core dma-mapping code handle the rest.

Remove the magic EMERGENCY_PAGES that the bad_dma_addr gets redirected to.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/kernel/amd_gart_64.c