[PATCH 5/11] KVM: fix what looks like an obvious typo in the file drivers/kvm/svm.c

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Avi Kivity
Date: Tuesday, January 30, 2007 - 7:41 am

From: Robert P. J. Day <rpjday@mindspring.com>

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

Index: linux-2.6/drivers/kvm/svm.c
===================================================================
--- linux-2.6.orig/drivers/kvm/svm.c
+++ linux-2.6/drivers/kvm/svm.c
@@ -1163,7 +1163,7 @@ static int svm_set_msr(struct kvm_vcpu *
 	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;
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/11] KVM updates for 2.6.21, Avi Kivity, (Tue Jan 30, 7:35 am)
[PATCH 1/11] KVM: optimize inline assembly, Avi Kivity, (Tue Jan 30, 7:37 am)
[PATCH 3/11] KVM: Fix gva_to_gpa(), Avi Kivity, (Tue Jan 30, 7:39 am)
[PATCH 5/11] KVM: fix what looks like an obvious typo in t ..., Avi Kivity, (Tue Jan 30, 7:41 am)
[PATCH 8/11] KVM: Two-way apic tpr synchronization, Avi Kivity, (Tue Jan 30, 7:44 am)
[PATCH 11/11] KVM: fix vcpu freeing bug, Avi Kivity, (Tue Jan 30, 7:47 am)