]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: Remove redundant state variables from struct kvm_s2_fault
authorFuad Tabba <tabba@google.com>
Fri, 6 Mar 2026 14:02:27 +0000 (14:02 +0000)
committerMarc Zyngier <maz@kernel.org>
Sat, 28 Mar 2026 11:29:40 +0000 (11:29 +0000)
commit9a57bc1b3c6b1f583f43acf7719d66e6b30ef2a9
tree52ae07edb0d93db8a14f73f75a2b4ba6685f4465
parent2175ca5384ba9f3d1f45745522cdeb5865488400
KVM: arm64: Remove redundant state variables from struct kvm_s2_fault

Remove redundant variables vma_shift and vfio_allow_any_uc from struct
kvm_s2_fault as they are easily derived or checked when needed.

Signed-off-by: Fuad Tabba <tabba@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/mmu.c