]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: x86/mmu: Move the misplaced export of kvm_zap_gfn_range()
authorKai Huang <kai.huang@intel.com>
Tue, 21 Oct 2025 11:43:45 +0000 (00:43 +1300)
committerSean Christopherson <seanjc@google.com>
Tue, 4 Nov 2025 17:51:06 +0000 (09:51 -0800)
commit6422060aa9c7bb2039b23948db5d4e8194036657
tree6e35aa7e0a60d2dfd448d1a19b98cad928ccca50
parentb850841a53c56665c1f623edd429b3fc1578e9a4
KVM: x86/mmu: Move the misplaced export of kvm_zap_gfn_range()

Currently, the export of kvm_zap_gfn_range() is misplaced, i.e., it's
not placed right after the kvm_zap_gfn_range() function body but after
kvm_mmu_zap_collapsible_spte().  Move it to the right place.

No functional change intended.

Signed-off-by: Kai Huang <kai.huang@intel.com>
Link: https://patch.msgid.link/20251021114345.159372-1-kai.huang@intel.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/mmu/mmu.c