Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45717
b: refs/heads/master
c: fc3dffe
h: refs/heads/master
i:
  45715: b5d637d
v: v3
  • Loading branch information
Avi Kivity authored and Linus Torvalds committed Jan 23, 2007
1 parent 83a9e77 commit 32be373
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: 038e51de2e7ae2c8e9d8a0b15231f8509875dc33
refs/heads/master: fc3dffe12148b9612870eb21b24f2aecefa9ea24
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/paging_tmpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ static int FNAME(fix_write_pf)(struct kvm_vcpu *vcpu,
struct kvm_mmu_page *page;

if (is_writeble_pte(*shadow_ent))
return 0;
return !user || (*shadow_ent & PT_USER_MASK);

writable_shadow = *shadow_ent & PT_SHADOW_WRITABLE_MASK;
if (user) {
Expand Down

0 comments on commit 32be373

Please sign in to comment.