lkml.org 
[lkml]   [2004]   [Aug]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH][PPC32] export __dma_sync & __dma_sync_page
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@ebshome.net>
>
> ===== 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.161 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site