Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112312
b: refs/heads/master
c: da46c79
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Sep 30, 2008
1 parent ba0ac10 commit 798dc10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: dfcc64497cbbf942cdd5af4b7eb17542b62aa759
refs/heads/master: da46c79a5418dd6ba006665c1535af0713bb77b9
5 changes: 2 additions & 3 deletions trunk/arch/arm/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ void show_pte(struct mm_struct *mm, unsigned long addr)
}

pmd = pmd_offset(pgd, addr);
#if PTRS_PER_PMD != 1
printk(", *pmd=%08lx", pmd_val(*pmd));
#endif
if (PTRS_PER_PMD != 1)
printk(", *pmd=%08lx", pmd_val(*pmd));

if (pmd_none(*pmd))
break;
Expand Down

0 comments on commit 798dc10

Please sign in to comment.