]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 4 Feb 2020 15:32:59 +0000 (07:32 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Feb 2020 14:31:25 +0000 (15:31 +0100)
commit4f286d0ef13e4aead70a19188a331ece83740dec
tree77a920122f4de848569eae1745eebaee4c32812d
parenta83d67642882fa24e510904ba9f8b1ad879b5b49
KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()

The blurb pertaining to the return value of nested_vmx_load_cr3() no
longer matches reality, remove it entirely as the behavior it is
attempting to document is quite obvious when reading the actual code.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Reviewed-by: Krish Sadhukhan <krish.sadhukhan@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c