Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54115
b: refs/heads/master
c: 2807696
h: refs/heads/master
i:
  54113: 2afcfd6
  54111: 535dd18
v: v3
  • Loading branch information
Adrian Bunk authored and Avi Kivity committed May 3, 2007
1 parent f8f8536 commit 8e95685
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: 2ab455ccceb07945368709ba852e49f4c3119331
refs/heads/master: 2807696c3791d6dd1dcf20f022eaa2dc7615bc5d
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ static void audit_mappings_page(struct kvm_vcpu *vcpu, u64 page_pte,
for (i = 0; i < PT64_ENT_PER_PAGE; ++i, va += va_delta) {
u64 ent = pt[i];

if (!ent & PT_PRESENT_MASK)
if (!(ent & PT_PRESENT_MASK))
continue;

va = canonicalize(va);
Expand Down

0 comments on commit 8e95685

Please sign in to comment.