[IA64] Add DMA_ERROR_CODE define.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 6 Dec 2010 23:24:32 +0000 (18:24 -0500)
committerTony Luck <tony.luck@intel.com>
Tue, 11 Jan 2011 19:55:06 +0000 (11:55 -0800)
This piggybacks on git commit 8fd524b355daef0945692227e726fb444cebcd4f
("x86: Kill bad_dma_address variable") wherein we use now the
dma_map_ops->mapping_error to check for errors and the standard
check is against DMA_ERROR_CODE. Introduce it to the IA64 world.

CC: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
CC: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/include/asm/dma-mapping.h

index a2e7368a01500bc742a3ee4e7b105a0b865de5ac..4336d080b2410a5b4a43589684974b2a6fa8cb03 100644 (file)
@@ -12,6 +12,8 @@
 
 #define ARCH_HAS_DMA_GET_REQUIRED_MASK
 
+#define DMA_ERROR_CODE 0
+
 extern struct dma_map_ops *dma_ops;
 extern struct ia64_machine_vector ia64_mv;
 extern void set_iommu_machvec(void);