Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250941
b: refs/heads/master
c: f68aa5b
h: refs/heads/master
i:
  250939: ffa81fb
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed May 25, 2011
1 parent c94e3f4 commit e1d3e58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cfa54a0fcfc1017c6f122b6f21aaba36daa07f71
refs/heads/master: f68aa5b445fd00b67588ade611a4efb1a34dadb4
5 changes: 4 additions & 1 deletion trunk/include/asm-generic/cacheflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
#define flush_cache_vunmap(start, end) do { } while (0)

#define copy_to_user_page(vma, page, vaddr, dst, src, len) \
memcpy(dst, src, len)
do { \
memcpy(dst, src, len); \
flush_icache_user_range(vma, page, vaddr, len); \
} while (0)
#define copy_from_user_page(vma, page, vaddr, dst, src, len) \
memcpy(dst, src, len)

Expand Down

0 comments on commit e1d3e58

Please sign in to comment.