]> www.infradead.org Git - nvme.git/commit
KVM: x86/mmu: Clean up make_huge_page_split_spte() definition and intro
authorSean Christopherson <seanjc@google.com>
Fri, 12 Jul 2024 15:13:35 +0000 (08:13 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Jul 2024 13:56:56 +0000 (09:56 -0400)
commit9fe17d2ada6e4ec05502a8725e87def023e1d74e
tree1e1dbe9efb5502eaa0c0c47e648c5e9c6a083596
parent3d4415ed75a57fc96ea203a9832e3c5ac5982719
KVM: x86/mmu: Clean up make_huge_page_split_spte() definition and intro

Tweak the definition of make_huge_page_split_spte() to eliminate an
unnecessarily long line, and opportunistically initialize child_spte to
make it more obvious that the child is directly derived from the huge
parent.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-ID: <20240712151335.1242633-3-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/spte.c