]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/dma-mapping.h
[POWERPC] Make soft_enabled irqs preempt safe
[linux-2.6-omap-h63xx.git] / include / asm-arm / dma-mapping.h
index 55eb4dc3253ddfd1dea70d7900b2be0a1caa9ed9..666617711c81d259745ba2b0dc12d935c4d4fb0a 100644 (file)
  * uncached, unwrite-buffered mapped memory space for use with DMA
  * devices.  This is the "generic" version.  The PCI specific version
  * is in pci.h
+ *
+ * Note: Drivers should NOT use this function directly, as it will break
+ * platforms with CONFIG_DMABOUNCE.
+ * Use the driver DMA support - see dma-mapping.h (dma_sync_*)
  */
 extern void consistent_sync(void *kaddr, size_t size, int rw);