commit | 9f1a8526fbe3e82afae565fd008f2ca2035662e8 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Fri Dec 06 15:57:17 2019 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jan 08 18:16:03 2020 +0100 |
tree | b98d53c23d5c1d7ca4dedf85f50c03f945bbf09d | |
parent | 367fd790b17dbe2847c29099cf9902ded207901c [diff] |
KVM: x86/mmu: Move nonpaging_page_fault() below try_async_pf() Move nonpaging_page_fault() below try_async_pf() to eliminate the forward declaration of try_async_pf() and to prepare for combining the bulk of nonpaging_page_fault() and tdp_page_fault() into a common helper. No functional change intended. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>