lkml.org 
[lkml]   [2014]   [Apr]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [RFC PATCH] Remove flush_icache_user_range()
Date
Russell King - ARM Linux <linux@arm.linux.org.uk> wrote:

> --- a/arch/frv/include/asm/cacheflush.h
> +++ b/arch/frv/include/asm/cacheflush.h
> @@ -95,7 +95,9 @@ static inline void flush_icache_page(struct vm_area_struct *vma, struct page *pa
> */
> #define copy_to_user_page(vma, page, vaddr, dst, src, len) \
> do { \
> + unsigned long _vaddr = vaddr; \
> memcpy((dst), (src), (len)); \
> + frv_cache_wback_inv(_vaddr, _vaddr + (len)); \
> flush_icache_user_range((vma), (page), (vaddr), (len)); \
> } while(0)

FRV's flush_icache_user_range() does frv_cache_wback_inv().

If we can guarantee that vaddr is always mapped to the page, I should be able
to get rid of the kmap_atomic bits in flush_icache_user_range().

David


\
 
 \ /
  Last update: 2014-04-11 11:21    [W:0.094 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site