Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362531
b: refs/heads/master
c: 1869973
h: refs/heads/master
i:
  362529: 90c5ff6
  362527: 9fa27a0
v: v3
  • Loading branch information
Andrea Arcangeli authored and Ingo Molnar committed Apr 12, 2013
1 parent bc45a92 commit f55f5bb
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: f76cfa3c2496c462b5bc01bd0c9340c2715b73ca
refs/heads/master: 18699739b60cb60230153ff5475b2ba92be185f9
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/pageattr-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static int print_split(struct split_state *s)
s->gpg++;
i += GPS/PAGE_SIZE;
} else if (level == PG_LEVEL_2M) {
if (!(pte_val(*pte) & _PAGE_PSE)) {
if ((pte_val(*pte) & _PAGE_PRESENT) && !(pte_val(*pte) & _PAGE_PSE)) {
printk(KERN_ERR
"%lx level %d but not PSE %Lx\n",
addr, level, (u64)pte_val(*pte));
Expand Down

0 comments on commit f55f5bb

Please sign in to comment.