public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* dma_cache_sync replacement call
@ 2010-12-15 22:54 y bhanu
  2010-12-15 22:59 ` Russell King - ARM Linux
  0 siblings, 1 reply; 4+ messages in thread
From: y bhanu @ 2010-12-15 22:54 UTC (permalink / raw)
  To: linux-arm-kernel

Hi guys,

I am porting a Linux wireless driver from MIPS to ARM (ixp4xx).

As dma_cache_sync() is not implemented for ARM ,I get some nasty errors:
I am not sure whats the replacement for this deprecated call under ARM.

can  anyone help figure out what use instread of dma_cache_sync() &
dma_cache_wback_inv() calls?

Missing dma_cache_sync & dma_cache_wback_inv under arch/arm/*

Erorr log
~~~~~~~
if_bus.c:32: error: implicit declaration of function 'dma_cache_sync'
if_bus.c: In function 'bus_map_single':
if_bus.c:49: error: implicit declaration of function 'dma_cache_wback_inv'
if_bus.o] Error 1
make[8]: *** [th_dev] Error 2

Thanks,
Bhan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-12-16 13:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15 22:54 dma_cache_sync replacement call y bhanu
2010-12-15 22:59 ` Russell King - ARM Linux
2010-12-16  2:08   ` y bhanu
2010-12-16 13:22     ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox