Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45903
b: refs/heads/master
c: 49b14f2
h: refs/heads/master
i:
  45901: 36a0c4e
  45899: a22be73
  45895: eea13a7
  45887: d0c9c38
v: v3
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Jan 30, 2007
1 parent 4f6f268 commit 1cb2037
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: 04611f98ce34f8911740ccd7e2bf0c22f818f622
refs/heads/master: 49b14f24cc5aa962446515c9df501192eda99bd4
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ static int svm_set_msr(struct kvm_vcpu *vcpu, unsigned ecx, u64 data)
case MSR_K6_STAR:
vcpu->svm->vmcb->save.star = data;
break;
#ifdef CONFIG_X86_64_
#ifdef CONFIG_X86_64
case MSR_LSTAR:
vcpu->svm->vmcb->save.lstar = data;
break;
Expand Down

0 comments on commit 1cb2037

Please sign in to comment.