dect
/
linux-2.6
Archived
13
0
Fork 0

KVM: MMU: Adjust mmu_set_spte() debug code for gpte removal

Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
Avi Kivity 2007-12-09 18:39:41 +02:00
parent 1c4f1fd6d5
commit bc750ba860
1 changed files with 2 additions and 2 deletions

View File

@ -888,9 +888,9 @@ static void mmu_set_spte(struct kvm_vcpu *vcpu, u64 *shadow_pte,
int was_rmapped = is_rmap_pte(*shadow_pte);
struct page *page;
pgprintk("%s: spte %llx gpte %llx access %x write_fault %d"
pgprintk("%s: spte %llx access %x write_fault %d"
" user_fault %d gfn %lx\n",
__FUNCTION__, *shadow_pte, (u64)gpte, pt_access,
__FUNCTION__, *shadow_pte, pt_access,
write_fault, user_fault, gfn);
/*