Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167467
b: refs/heads/master
c: 964f7e5
h: refs/heads/master
i:
  167465: 18871af
  167463: aa29d10
v: v3
  • Loading branch information
Paul Mundt committed Oct 13, 2009
1 parent 9fa5fc0 commit 81dc99d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: af67c3a9e68ee0a9e30ee8582577408adba0e299
refs/heads/master: 964f7e5a56814b32c727821de77d22bd7ef782bc
2 changes: 1 addition & 1 deletion trunk/arch/sh/mm/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void __update_cache(struct vm_area_struct *vma,
return;

page = pfn_to_page(pfn);
if (pfn_valid(pfn) && page_mapping(page)) {
if (pfn_valid(pfn)) {
int dirty = test_and_clear_bit(PG_dcache_dirty, &page->flags);
if (dirty) {
unsigned long addr = (unsigned long)page_address(page);
Expand Down

0 comments on commit 81dc99d

Please sign in to comment.