Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95972
b: refs/heads/master
c: 93df766
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed May 4, 2008
1 parent b1c2b51 commit b850906
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: bc1a34f1bf354fabc03e3f465620c80e510d0e8f
refs/heads/master: 93df766322ba1db2801e4b826985a4932dd75866
1 change: 0 additions & 1 deletion trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ static void account_shadowed(struct kvm *kvm, gfn_t gfn)

write_count = slot_largepage_idx(gfn, gfn_to_memslot(kvm, gfn));
*write_count += 1;
WARN_ON(*write_count > KVM_PAGES_PER_HPAGE);
}

static void unaccount_shadowed(struct kvm *kvm, gfn_t gfn)
Expand Down

0 comments on commit b850906

Please sign in to comment.