dslinux/linux-2.6.x/include/asm-arm cacheflush.h cacheflush-nommu.h

amadeus dslinux_amadeus at user.in-berlin.de
Sun Aug 6 22:23:26 CEST 2006


Update of /cvsroot/dslinux/dslinux/linux-2.6.x/include/asm-arm
In directory antilope:/tmp/cvs-serv22911/linux-2.6.x/include/asm-arm

Modified Files:
	cacheflush.h cacheflush-nommu.h 
Log Message:
use proper function names for dmac_ functions

Index: cacheflush.h
===================================================================
RCS file: /cvsroot/dslinux/dslinux/linux-2.6.x/include/asm-arm/cacheflush.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cacheflush.h	13 May 2006 19:33:09 -0000	1.4
+++ cacheflush.h	6 Aug 2006 20:23:24 -0000	1.5
@@ -150,7 +150,7 @@
  *	DMA Cache Coherency
  *	===================
  *
- *	dma_inv_range(start, end)
+ *	dmac_inv_range(start, end)
  *
  *		Invalidate (discard) the specified virtual address range.
  *		May not write back any entries.  If 'start' or 'end'
@@ -159,13 +159,13 @@
  *		- start  - virtual start address
  *		- end    - virtual end address
  *
- *	dma_clean_range(start, end)
+ *	dmac_clean_range(start, end)
  *
  *		Clean (write back) the specified virtual address range.
  *		- start  - virtual start address
  *		- end    - virtual end address
  *
- *	dma_flush_range(start, end)
+ *	dmac_flush_range(start, end)
  *
  *		Clean and invalidate the specified virtual address range.
  *		- start  - virtual start address

Index: cacheflush-nommu.h
===================================================================
RCS file: /cvsroot/dslinux/dslinux/linux-2.6.x/include/asm-arm/cacheflush-nommu.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cacheflush-nommu.h	13 May 2006 19:33:09 -0000	1.3
+++ cacheflush-nommu.h	6 Aug 2006 20:23:24 -0000	1.4
@@ -55,7 +55,7 @@
  * Drain the write buffer.
  * Does not invalidate/update the corresponding instruction cache blocks.
  */
-#define flush_dcache_range(start,stop)	      dma_flush_range(start,stop)
+#define flush_dcache_range(start,stop)	      dmac_flush_range(start,stop)
 
 /* Flush the range of user (defined by vma->vm_mm) address space
  * starting at 'addr' for 'len' bytes from the cache.  The range does




More information about the dslinux-commit mailing list