Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97986
b: refs/heads/master
c: 3c91551
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Jun 6, 2008
1 parent b571c61 commit a96fd91
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: ebb0e6264c7a65c51feb3575e9edb58eab0cf469
refs/heads/master: 3c9155106d589584f67b026ec444e69c4a68d7dc
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ static int is_empty_shadow_page(u64 *spt)
u64 *end;

for (pos = spt, end = pos + PAGE_SIZE / sizeof(u64); pos != end; pos++)
if (*pos != shadow_trap_nonpresent_pte) {
if (is_shadow_present_pte(*pos)) {
printk(KERN_ERR "%s: %p %llx\n", __func__,
pos, *pos);
return 0;
Expand Down

0 comments on commit a96fd91

Please sign in to comment.