Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215655
b: refs/heads/master
c: 251464c
h: refs/heads/master
i:
  215653: d932c8c
  215651: 551cc96
  215647: 04718f4
v: v3
  • Loading branch information
Xiao Guangrong authored and Avi Kivity committed Oct 24, 2010
1 parent 57aef51 commit fe521b9
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: 4fc40f076f4fa289dd546990b597351c9cdad985
refs/heads/master: 251464c464cf7df7d6d548f1065f49a3ecd08118
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ static void update_spte(u64 *sptep, u64 new_spte)
else {
old_spte = __xchg_spte(sptep, new_spte);
if (old_spte & shadow_accessed_mask)
mark_page_accessed(pfn_to_page(spte_to_pfn(old_spte)));
kvm_set_pfn_accessed(spte_to_pfn(old_spte));
}
}

Expand Down

0 comments on commit fe521b9

Please sign in to comment.