Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186495
b: refs/heads/master
c: b07f6b3
h: refs/heads/master
i:
  186493: 8be335c
  186491: 37dd864
  186487: 5a8544d
  186479: 517dbf6
  186463: 685a8a8
  186431: 4d345f0
  186367: 7a43816
v: v3
  • Loading branch information
Paul Mundt committed Mar 4, 2010
1 parent 4830ac3 commit 9daf127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 281983d6ff2674ca2e4868de628c65809d84fa4c
refs/heads/master: b07f6b327e798610bebaa581ffb7a226f3bcb96b
4 changes: 2 additions & 2 deletions trunk/arch/sh/include/asm/cacheflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ extern void copy_from_user_page(struct vm_area_struct *vma,
struct page *page, unsigned long vaddr, void *dst, const void *src,
unsigned long len);

#define flush_cache_vmap(start, end) flush_cache_all()
#define flush_cache_vunmap(start, end) flush_cache_all()
#define flush_cache_vmap(start, end) local_flush_cache_all(NULL)
#define flush_cache_vunmap(start, end) local_flush_cache_all(NULL)

#define flush_dcache_mmap_lock(mapping) do { } while (0)
#define flush_dcache_mmap_unlock(mapping) do { } while (0)
Expand Down

0 comments on commit 9daf127

Please sign in to comment.