Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37714
b: refs/heads/master
c: db71daa
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Linus Torvalds committed Oct 1, 2006
1 parent e9008ed commit cc4b715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 74588d8ba34ff1bda027cfa737972af01ab00c8b
refs/heads/master: db71daabad0821996483dfe309c4bc81d6755a70
4 changes: 1 addition & 3 deletions trunk/lib/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ int ioremap_page_range(unsigned long addr,

BUG_ON(addr >= end);

flush_cache_all();

start = addr;
phys_addr -= addr;
pgd = pgd_offset_k(addr);
Expand All @@ -88,7 +86,7 @@ int ioremap_page_range(unsigned long addr,
break;
} while (pgd++, addr = next, addr != end);

flush_tlb_all();
flush_cache_vmap(start, end);

return err;
}

0 comments on commit cc4b715

Please sign in to comment.