Re: [PATCH][PPC32] export __dma_sync & __dma_sync_page

From: Matt Porter
Date: Mon Aug 16 2004 - 12:02:50 EST


On Sat, Aug 14, 2004 at 08:07:17PM -0700, Eugene Surovegin wrote:
> This patch adds missing exports for __dma_sync and __dma_sync_page (DMA API
> helpers for non-coherent cache PPCs).
>
> Signed-off-by: Eugene Surovegin <ebs@xxxxxxxxxxx>
>
> ===== dma-mapping.c 1.2 vs edited =====
> --- 1.2/arch/ppc/kernel/dma-mapping.c 2004-07-28 21:58:35 -07:00
> +++ edited/dma-mapping.c 2004-08-14 19:15:56 -07:00
> @@ -381,6 +381,7 @@
> break;
> }
> }
> +EXPORT_SYMBOL(__dma_sync);
>
> #ifdef CONFIG_HIGHMEM
> /*
> @@ -438,3 +439,4 @@
> __dma_sync((void *)start, size, direction);
> #endif
> }
> +EXPORT_SYMBOL(__dma_sync_page);

Looks good to me. Andrew, please apply.

-Matt
-
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/