KVM: x86: Correct the name for skipping VMENTER l1d flush
authorChao Gao <chao.gao@intel.com>
Wed, 24 May 2023 06:16:32 +0000 (14:16 +0800)
committerSean Christopherson <seanjc@google.com>
Tue, 6 Jun 2023 16:14:52 +0000 (09:14 -0700)
commit02f1b0b736606f9870595b3089d9c124f9da8be9
tree7ebb28d31a2bf7c286d301d890c02a27d616ef59
parent06b66e050095db599f4f598ee627d1dc9c933018
KVM: x86: Correct the name for skipping VMENTER l1d flush

There is no VMENTER_L1D_FLUSH_NESTED_VM. It should be
ARCH_CAP_SKIP_VMENTRY_L1DFLUSH.

Signed-off-by: Chao Gao <chao.gao@intel.com>
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Link: https://lore.kernel.org/r/20230524061634.54141-3-chao.gao@intel.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/x86.c