Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77686
b: refs/heads/master
c: 3b9e788
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent b134b91 commit 71951d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 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: 2f725945822dbc2e481d5e6ab4693e19a0c99972
refs/heads/master: 3b9e78868d000ca10b740c465df9236b04d29718
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,8 @@ extern void flush_icache_user_range(struct vm_area_struct *vma,
#define flush_dcache_mmap_lock(mapping) do { } while (0)
#define flush_dcache_mmap_unlock(mapping) do { } while (0)

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

#define flush_icache_page(vma, page) do { } while (0)

#define copy_to_user_page(vma, page, vaddr, dst, src, len) \
do { \
flush_cache_page(vma, vaddr, page_to_pfn(page));\
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) \
do { \
flush_cache_page(vma, vaddr, page_to_pfn(page));\
memcpy(dst, src, len); \
} while (0)

#endif /* __ASSEMBLY__ */

#endif /* __ASM_SH64_CACHEFLUSH_H */
Expand Down
6 changes: 6 additions & 0 deletions trunk/include/asm-sh/cpu-sh5/dma.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef __ASM_SH_CPU_SH5_DMA_H
#define __ASM_SH_CPU_SH5_DMA_H

/* Nothing yet */

#endif /* __ASM_SH_CPU_SH5_DMA_H */

0 comments on commit 71951d5

Please sign in to comment.