Re: [PATCH -tip 2/5] x86: use asm-generic/dma-mapping-common.h

From: Andrew Morton
Date: Thu May 28 2009 - 03:21:08 EST


On Fri, 15 May 2009 12:55:02 +0900 FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> wrote:

> Signed-off-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx>
> Acked-by: Joerg Roedel <joerg.roedel@xxxxxxx>
>
> ...
>
> /* Make sure we keep the same behaviour */
> static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr)
> {
> @@ -53,178 +55,6 @@ extern int dma_set_mask(struct device *dev, u64 mask);
> extern void *dma_generic_alloc_coherent(struct device *dev, size_t size,
> dma_addr_t *dma_addr, gfp_t flag);
>
> -static inline dma_addr_t
> -dma_map_single(struct device *hwdev, void *ptr, size_t size,
> - enum dma_data_direction dir)
> -{
> - struct dma_map_ops *ops = get_dma_ops(hwdev);
> - dma_addr_t addr;
> -
> - kmemcheck_mark_initialized(ptr, size);

This patch attempts to delete kmemcheck stuff which isn't presently in
linux-next.

So I went ahead and ported the patch, but it'll break if/when kmemcheck
returns.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/