Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90975
b: refs/heads/master
c: 4c8337a
h: refs/heads/master
i:
  90973: d577fcf
  90971: 8e455b1
  90967: 1a67323
  90959: f220275
  90943: 873d820
v: v3
  • Loading branch information
Randy Dunlap authored and Ingo Molnar committed Apr 19, 2008
1 parent 532f6a3 commit d5b7a63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 1a7a34af78923f8807d054a15133a8fcf47e385e
refs/heads/master: 4c8337ac425b220594fec45ad6d3ac76d3ce2b90
5 changes: 3 additions & 2 deletions trunk/arch/x86/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static void __iomem *__ioremap(resource_size_t phys_addr, unsigned long size,

if (!phys_addr_valid(phys_addr)) {
printk(KERN_WARNING "ioremap: invalid physical address %llx\n",
phys_addr);
(unsigned long long)phys_addr);
WARN_ON_ONCE(1);
return NULL;
}
Expand Down Expand Up @@ -187,7 +187,8 @@ static void __iomem *__ioremap(resource_size_t phys_addr, unsigned long size,
new_prot_val == _PAGE_CACHE_WB)) {
pr_debug(
"ioremap error for 0x%llx-0x%llx, requested 0x%lx, got 0x%lx\n",
phys_addr, phys_addr + size,
(unsigned long long)phys_addr,
(unsigned long long)(phys_addr + size),
prot_val, new_prot_val);
free_memtype(phys_addr, phys_addr + size);
return NULL;
Expand Down

0 comments on commit d5b7a63

Please sign in to comment.