KVM: VMX: Move the comment of CR4.MCE handling right above the code
authorXiaoyao Li <xiaoyao.li@intel.com>
Mon, 10 Apr 2023 12:50:17 +0000 (08:50 -0400)
committerSean Christopherson <seanjc@google.com>
Fri, 26 May 2023 20:43:16 +0000 (13:43 -0700)
commit82dc11b82b001ca8024663b3e7990b59f600841f
treee9640397ef474ef871d0366c0d8453971643af3c
parent334006b78ca84b7619d7dd313d5b6b39007e9528
KVM: VMX: Move the comment of CR4.MCE handling right above the code

Move the comment about keeping the hosts CR4.MCE loaded in hardware above
the code that actually modifies the hardware CR4 value.

No functional change indented.

Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Link: https://lore.kernel.org/r/20230410125017.1305238-3-xiaoyao.li@intel.com
[sean: elaborate in changelog]
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/vmx/vmx.c