Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292487
b: refs/heads/master
c: a2234b4
h: refs/heads/master
i:
  292485: dc2a449
  292483: 380c530
  292479: 5c02d20
v: v3
  • Loading branch information
Joe Perches authored and Benjamin Herrenschmidt committed Mar 7, 2012
1 parent e549372 commit 01caa7f
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: de801de139ba2a2f2c74393ea00a321477ecc0dc
refs/heads/master: a2234b4baefe2a2742b5fa8839be1ab1aca39057
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/pgtable_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ __ioremap_caller(phys_addr_t addr, unsigned long size, unsigned long flags,
*/
if (mem_init_done && (p < virt_to_phys(high_memory)) &&
!(__allow_ioremap_reserved && memblock_is_region_reserved(p, size))) {
printk("__ioremap(): phys addr 0x%llx is RAM lr %p\n",
printk("__ioremap(): phys addr 0x%llx is RAM lr %pf\n",
(unsigned long long)p, __builtin_return_address(0));
return NULL;
}
Expand Down

0 comments on commit 01caa7f

Please sign in to comment.