Re: [PATCH v3 38/40] KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()

From: Yosry Ahmed

Date: Fri May 29 2026 - 21:12:38 EST


On Fri, May 29, 2026 at 03:22:21PM -0700, Sean Christopherson wrote:
> Move the implementation of kvm_arch_async_page_ready() "down" in mmu.c so
> that it lives below kvm_tdp_page_fault(). This will allow moving
> kvm_mmu_do_page_fault() into mmu.c without needing a forward declaration.
>
> No functional change intended.
>
> Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>

Reviewed-by: Yosry Ahmed <yosry@xxxxxxxxxx>