Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44678
b: refs/heads/master
c: c924aff
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Dec 17, 2006
1 parent 6f88559 commit dd86007
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: 5a059f1ac0ed0c937257027aed5da50241f5ec2b
refs/heads/master: c924aff853bdc1c9841dd22440f931fba5ab3a59
2 changes: 2 additions & 0 deletions trunk/arch/arm/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ __ioremap_pfn(unsigned long pfn, unsigned long offset, size_t size,
if (pfn >= 0x100000 && (__pfn_to_phys(pfn) & ~SUPERSECTION_MASK))
return NULL;

size = PAGE_ALIGN(size);

area = get_vm_area(size, VM_IOREMAP);
if (!area)
return NULL;
Expand Down

0 comments on commit dd86007

Please sign in to comment.