Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258227
b: refs/heads/master
c: 140d5dc
h: refs/heads/master
i:
  258225: 31c19ec
  258223: ffe811f
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Jul 19, 2011
1 parent 10fcbc0 commit 2310907
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: 540b573875bd26dfe39aa18d22dc195f275fc0df
refs/heads/master: 140d5dc1d7d86d766951b7a9aef5b66f1dfdfae2
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void show_pte(struct mm_struct *mm, unsigned long addr)

pud = pud_offset(pgd, addr);
if (PTRS_PER_PUD != 1)
printk(", *pud=%08lx", pud_val(*pud));
printk(", *pud=%08llx", (long long)pud_val(*pud));

if (pud_none(*pud))
break;
Expand Down

0 comments on commit 2310907

Please sign in to comment.