search for: 808dae6

Displaying 1 result from an estimated 1 matches for "808dae6".

Did you mean: 808ae86
2013 Dec 10
0
[RFC] dma-mapping: dma_alloc_coherent_mask return dma_addr_t
...ndle> which should be used as the physical +address base of the region. Returns: a pointer to the allocated region (in the processor''s virtual address space) or NULL if the allocation failed. diff --git a/arch/x86/include/asm/dma-mapping.h b/arch/x86/include/asm/dma-mapping.h index 808dae6..6357810 100644 --- a/arch/x86/include/asm/dma-mapping.h +++ b/arch/x86/include/asm/dma-mapping.h @@ -100,10 +100,10 @@ dma_cache_sync(struct device *dev, void *vaddr, size_t size, flush_write_buffers(); } -static inline unsigned long dma_alloc_coherent_mask(struct device *dev, - gfp_...