Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212389
b: refs/heads/master
c: f8b63c1
h: refs/heads/master
i:
  212387: c0a0c6a
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Sep 19, 2010
1 parent 583568d commit 7a73cba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 85848dd7ab75fce1134856228582a8df522c91d9
refs/heads/master: f8b63c184ad13cc8adc3dadb557d4fbc29f76e4d
3 changes: 0 additions & 3 deletions trunk/arch/arm/include/asm/cacheflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,6 @@ static inline void flush_anon_page(struct vm_area_struct *vma,
#define ARCH_HAS_FLUSH_KERNEL_DCACHE_PAGE
static inline void flush_kernel_dcache_page(struct page *page)
{
/* highmem pages are always flushed upon kunmap already */
if ((cache_is_vivt() || cache_is_vipt_aliasing()) && !PageHighMem(page))
__cpuc_flush_dcache_area(page_address(page), PAGE_SIZE);
}

#define flush_dcache_mmap_lock(mapping) \
Expand Down

0 comments on commit 7a73cba

Please sign in to comment.