mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
[ARM] 3942/1: ARM: comment: consistent_sync should not be called directly
/* * 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_*) */ Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
8de35efb6a
commit
105ef9a0af
@ -476,6 +476,9 @@ core_initcall(consistent_init);
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Make an area consistent for devices.
|
* Make an area consistent for devices.
|
||||||
|
* 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_*)
|
||||||
*/
|
*/
|
||||||
void consistent_sync(void *vaddr, size_t size, int direction)
|
void consistent_sync(void *vaddr, size_t size, int direction)
|
||||||
{
|
{
|
||||||
|
@ -12,6 +12,10 @@
|
|||||||
* uncached, unwrite-buffered mapped memory space for use with DMA
|
* uncached, unwrite-buffered mapped memory space for use with DMA
|
||||||
* devices. This is the "generic" version. The PCI specific version
|
* devices. This is the "generic" version. The PCI specific version
|
||||||
* is in pci.h
|
* 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);
|
extern void consistent_sync(void *kaddr, size_t size, int rw);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user