]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86/mmu: Collapse 32-bit PAE and 64-bit statements for helpers
authorSean Christopherson <seanjc@google.com>
Tue, 22 Jun 2021 17:57:30 +0000 (10:57 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 24 Jun 2021 22:00:46 +0000 (18:00 -0400)
commit317e2cf4a0620a20616df5c3b4d2857f464dc44b
tree36b182843ebf4e1f5a165c1398ae0c5d1b0ac938
parent7a5f3819dd5f315cf017a910005e0e3842105fec
KVM: x86/mmu: Collapse 32-bit PAE and 64-bit statements for helpers

Skip paging32E_init_context() and paging64_init_context_common() and go
directly to paging64_init_context() (was the common version) now that
the relevant flows don't need to distinguish between 64-bit PAE and
32-bit PAE for other reasons.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210622175739.3610207-46-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c