Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1141
b: refs/heads/master
c: 93ef70a
h: refs/heads/master
i:
  1139: e5ffad6
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed May 17, 2005
1 parent d44c142 commit 57d801c
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: 1f5ee8da005f50d9f46ae5a7edba9a9c2d37b32e
refs/heads/master: 93ef70a217637ade3f335303a112b22a134a1ec2
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ void iounmap(volatile void __iomem *addr)
if ((p->flags >> 20) &&
p->phys_addr + p->size - 1 < virt_to_phys(high_memory)) {
/* p->size includes the guard page, but cpa doesn't like that */
change_page_attr(virt_to_page(__va(p->phys_addr)),
change_page_attr_addr((unsigned long)__va(p->phys_addr),
p->size >> PAGE_SHIFT,
PAGE_KERNEL);
global_flush_tlb();
Expand Down

0 comments on commit 57d801c

Please sign in to comment.