diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2013-04-27 06:58:00 -0400 |
---|---|---|
committer | Gleb Natapov <gleb@redhat.com> | 2013-04-28 01:55:59 -0400 |
commit | cb0c8cda1301842498d1154bd6d0d1c44d1e7030 (patch) | |
tree | 3c3c5ae656cee48667dfd52268c49f676452b856 /arch/x86 | |
parent | 2dfee7b2715b3ef3009979879d4387991f51b3a2 (diff) |
KVM: VMX: remove unprintable characters from comment
Slipped in while copy&pasting from the SDM.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kvm/vmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 5863adf71ede..0f0cb3110626 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
@@ -7650,7 +7650,7 @@ static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch) | |||
7650 | } | 7650 | } |
7651 | 7651 | ||
7652 | /* | 7652 | /* |
7653 | * If the “load IA32_EFER” VM-entry control is 1, the following checks | 7653 | * If the load IA32_EFER VM-entry control is 1, the following checks |
7654 | * are performed on the field for the IA32_EFER MSR: | 7654 | * are performed on the field for the IA32_EFER MSR: |
7655 | * - Bits reserved in the IA32_EFER MSR must be 0. | 7655 | * - Bits reserved in the IA32_EFER MSR must be 0. |
7656 | * - Bit 10 (corresponding to IA32_EFER.LMA) must equal the value of | 7656 | * - Bit 10 (corresponding to IA32_EFER.LMA) must equal the value of |