]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: x86/mmu: Fold set_external_spte_present() into its sole caller
authorSean Christopherson <seanjc@google.com>
Sat, 9 May 2026 07:55:19 +0000 (15:55 +0800)
committerSean Christopherson <seanjc@google.com>
Wed, 27 May 2026 22:35:11 +0000 (15:35 -0700)
commit78d23e299bba68d12c212f729fc7cf47a66a5251
tree30bd24c005618759e50aaa7663cc54fddf6a4f00
parent176dcd88f4b46ecf8df579f54b9168c105c87c60
KVM: x86/mmu: Fold set_external_spte_present() into its sole caller

Fold set_external_spte_present() into __tdp_mmu_set_spte_atomic() in
anticipation of propagating *all* changes (like atomic zap) triggered by
tdp_mmu_set_spte_atomic() to the external PTEs.

No functional change intended.

Signed-off-by: Yan Zhao <yan.y.zhao@intel.com>
Link: https://patch.msgid.link/20260509075520.4177-1-yan.y.zhao@intel.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/mmu/tdp_mmu.c