Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110361
b: refs/heads/master
c: 27990ea
h: refs/heads/master
i:
  110359: 43ff18f
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Aug 20, 2008
1 parent e5ee83d commit abfb3b1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b6edbb1e045a7116d5571544dae25c6c37c94a48
refs/heads/master: 27990eac52dae87b909ef4f7e796fb6ec758bb94
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/dump_pagetables.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ static void note_page(struct seq_file *m, struct pg_state *st,
* we have now. "break" is either changing perms, levels or
* address space marker.
*/
prot = pgprot_val(new_prot) & ~(PTE_PFN_MASK);
cur = pgprot_val(st->current_prot) & ~(PTE_PFN_MASK);
prot = pgprot_val(new_prot) & PTE_FLAGS_MASK;
cur = pgprot_val(st->current_prot) & PTE_FLAGS_MASK;

if (!st->level) {
/* First entry */
Expand Down

0 comments on commit abfb3b1

Please sign in to comment.