Commit 6422060
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>1 parent b850841 commit 6422060
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6863 | 6863 | | |
6864 | 6864 | | |
6865 | 6865 | | |
| 6866 | + | |
6866 | 6867 | | |
6867 | 6868 | | |
6868 | 6869 | | |
| |||
7204 | 7205 | | |
7205 | 7206 | | |
7206 | 7207 | | |
7207 | | - | |
7208 | 7208 | | |
7209 | 7209 | | |
7210 | 7210 | | |
| |||
0 commit comments