On Fri, 02 Mar 2007 16:57:46 -0800
[EMAIL PROTECTED] wrote:

> From: "Gary Zambrano" <[EMAIL PROTECTED]>
> 
> Added dma_sync_single_range_for_cpu/device to dma-mapping.h in asm-avr32 to
> call dma_sync_single_for_cpu/device.  This patch enables b44 to compile on
> systems with these cpus.  This patch was created with the assumption that
> another method of dma_sync_single_range_for_cpu/device does not exist on these
> architectures.
> 
> Signed-off by: Gary Zambrano <[EMAIL PROTECTED]>
> Cc: Haavard Skinnemoen <[EMAIL PROTECTED]>
> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>

Applied, although it's still a mystery to me what those two functions
are actually supposed to do and why it isn't ok to just flush the
specified range...

I also moved them below the definitions of
dma_sync_single_for_{cpu,device}() so that it compiles.

Haavard
-
To unsubscribe from this list: send the line "unsubscribe linux-arch" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to