|
@@ -249,7 +249,7 @@ extern void flush_cache_page(struct vm_area_struct *vma, unsigned long user_addr
|
|
* Harvard caches are synchronised for the user space address range.
|
|
* Harvard caches are synchronised for the user space address range.
|
|
* This is used for the ARM private sys_cacheflush system call.
|
|
* This is used for the ARM private sys_cacheflush system call.
|
|
*/
|
|
*/
|
|
-#define flush_cache_user_range(vma,start,end) \
|
|
|
|
|
|
+#define flush_cache_user_range(start,end) \
|
|
__cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
|
|
__cpuc_coherent_user_range((start) & PAGE_MASK, PAGE_ALIGN(end))
|
|
|
|
|
|
/*
|
|
/*
|