Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113166
b: refs/heads/master
c: c613ec1
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Ingo Molnar committed Oct 12, 2008
1 parent 931e7aa commit 1dcd5a6
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: e1e23bb0513520035ec934fa3483507cb6648b7c
refs/heads/master: c613ec1a7ff3714da11c7c48a13bab03beb5c376
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ void __init *early_ioremap(unsigned long phys_addr, unsigned long size)
*/
offset = phys_addr & ~PAGE_MASK;
phys_addr &= PAGE_MASK;
size = PAGE_ALIGN(last_addr) - phys_addr;
size = PAGE_ALIGN(last_addr + 1) - phys_addr;

/*
* Mappings have to fit in the FIX_BTMAP area.
Expand Down

0 comments on commit 1dcd5a6

Please sign in to comment.