Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205495
b: refs/heads/master
c: 468c30f
h: refs/heads/master
i:
  205493: 560efd9
  205491: 5a28766
  205487: accbbb1
v: v3
  • Loading branch information
Florian Zumbiehl authored and H. Peter Anvin committed Jul 20, 2010
1 parent c16ef22 commit a805f96
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: 92851e2fca48f1893f899963c13b55b61ac6956c
refs/heads/master: 468c30f2bbdf1ba0fbf16667eade23a46eaa8f06
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ void __init early_iounmap(void __iomem *addr, unsigned long size)
return;
}
offset = virt_addr & ~PAGE_MASK;
nrpages = PAGE_ALIGN(offset + size - 1) >> PAGE_SHIFT;
nrpages = PAGE_ALIGN(offset + size) >> PAGE_SHIFT;

idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot;
while (nrpages > 0) {
Expand Down

0 comments on commit a805f96

Please sign in to comment.