Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40351
b: refs/heads/master
c: bee8ce8
h: refs/heads/master
i:
  40349: 3229ac4
  40347: f6fb4bd
  40343: fccbcff
  40335: 27c2eaf
  40319: 055b192
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Linus Torvalds committed Oct 26, 2006
1 parent 0799054 commit e40f844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ea850b5eb17f6d21ac1b3d99406d213a10c64e9
refs/heads/master: bee8ce809fb1c877388be032b468574a1cfff9ef
2 changes: 2 additions & 0 deletions trunk/arch/avr32/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ void __iounmap(void __iomem *addr)

if ((unsigned long)addr >= P4SEG)
return;
if (PXSEG(addr) == P2SEG)
return;

p = remove_vm_area((void *)(PAGE_MASK & (unsigned long __force)addr));
if (unlikely(!p)) {
Expand Down

0 comments on commit e40f844

Please sign in to comment.