Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100607
b: refs/heads/master
c: 0663bb6
h: refs/heads/master
i:
  100605: f5ad848
  100603: a4603f6
  100599: 308c097
  100591: 2897d33
  100575: 5686918
  100543: 02d9e3b
  100479: 2f8ff73
  100351: 8a46db1
v: v3
  • Loading branch information
Randy Dunlap authored and Thomas Gleixner committed May 24, 2008
1 parent 80b2a46 commit 4abbdf9
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: c6c67c1afcce71335b18ed8769b1165c468bfb03
refs/heads/master: 0663bb6cd9a457fbd8ca95c627bb762d07321a39
5 changes: 3 additions & 2 deletions trunk/arch/x86/mm/mmio-mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ static void print_pte(unsigned long address)
"0x%08lx\n", address);
BUG();
}
pr_info(NAME "pte for 0x%lx: 0x%lx 0x%lx\n", address, pte_val(*pte),
pte_val(*pte) & _PAGE_PRESENT);
pr_info(NAME "pte for 0x%lx: 0x%llx 0x%llx\n", address,
(unsigned long long)pte_val(*pte),
(unsigned long long)pte_val(*pte) & _PAGE_PRESENT);
}

/*
Expand Down

0 comments on commit 4abbdf9

Please sign in to comment.