Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197843
b: refs/heads/master
c: f78e917
h: refs/heads/master
i:
  197841: 6fb7555
  197839: 6b76f12
v: v3
  • Loading branch information
Avi Kivity committed May 19, 2010
1 parent 324eb50 commit bcf740d
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: 09c9e81366b9167b88ff05cf29fa94dc3553eb3d
refs/heads/master: f78e917688edbf1f14c318d2e50dc8e7dad20445
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ EXPORT_SYMBOL_GPL(kvm_set_cr0);

void kvm_lmsw(struct kvm_vcpu *vcpu, unsigned long msw)
{
kvm_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~0x0ful) | (msw & 0x0f));
kvm_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~0x0eul) | (msw & 0x0f));
}
EXPORT_SYMBOL_GPL(kvm_lmsw);

Expand Down

0 comments on commit bcf740d

Please sign in to comment.