]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpers
authorSean Christopherson <seanjc@google.com>
Thu, 25 Feb 2021 20:47:34 +0000 (12:47 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Mar 2021 08:43:40 +0000 (04:43 -0400)
commit7e3d9b933313638c6b8c709dec3880779f117a59
treee3e639bb664cd05d856664f0bb2544c85f98d85f
parent649278b8f10abffa28af60c82e7455c34432e1ce
KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpers

The value returned by make_mmio_spte() is a SPTE, it is not a mask.
Name it accordingly.

No functional change intended.

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