Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80828
b: refs/heads/master
c: bc750ba
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Jan 30, 2008
1 parent 08a31b2 commit 86bcd8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1c4f1fd6d5692614e8dc75ee53f7be590f1e878b
refs/heads/master: bc750ba860d978fcaac1e0db28774b1f38ae8193
4 changes: 2 additions & 2 deletions trunk/drivers/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/*
Expand Down

0 comments on commit 86bcd8c

Please sign in to comment.