mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-12-17 07:57:18 +01:00
lib/dma-noop: Clarify a comment
The next patch in this series will introduce another set of DMA operations that map 1:1 with memory. Clarify that dma-noop maps to physical addresses. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Cc: Christian Borntraeger <borntraeger@de.ibm.com> Cc: Joerg Roedel <jroedel@suse.de> Cc: Andy Lutomirski <luto@kernel.org> Cc: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
815dd18788
commit
1eec9e2bef
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* lib/dma-noop.c
|
||||
*
|
||||
* Simple DMA noop-ops that map 1:1 with memory
|
||||
* DMA operations that map to physical addresses without flushing memory.
|
||||
*/
|
||||
#include <linux/export.h>
|
||||
#include <linux/mm.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user