Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82886
b: refs/heads/master
c: f56d005
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Feb 4, 2008
1 parent a8d6e62 commit d1f61a2
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: 75ab43bfce51085ffd627c470f48ae49ba6e6da3
refs/heads/master: f56d005d30342a45d8af2b75ecccc82200f09600
3 changes: 0 additions & 3 deletions trunk/arch/x86/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ void iounmap(volatile void __iomem *addr)
return;
}

/* Reset the direct mapping. Can block */
ioremap_change_attr(p->phys_addr, p->size, IOR_MODE_CACHED);

/* Finally remove it */
o = remove_vm_area((void *)addr);
BUG_ON(p != o || o == NULL);
Expand Down

0 comments on commit d1f61a2

Please sign in to comment.