diff options
author | Marc Zyngier <maz@kernel.org> | 2022-07-05 11:16:44 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-07-17 12:55:33 +0200 |
commit | 38cf0bb7625a58625efeef9ec944671464ff7430 (patch) | |
tree | 0eee5bb5ce8d55f30863acc1ff43093f98fa082e /arch/arm64/kvm/pkvm.c | |
parent | KVM: arm64: vgic-v3: Convert userspace accessors over to FIELD_GET/FIELD_PREP (diff) | |
download | linux-38cf0bb7625a58625efeef9ec944671464ff7430.tar.xz linux-38cf0bb7625a58625efeef9ec944671464ff7430.zip |
KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
Despite the userspace ABI clearly defining the bits dealt with by
KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO as a __u32, the kernel uses a u64.
Use a u32 to match the userspace ABI, which will subsequently lead
to some simplifications.
Reviewed-by: Reiji Watanabe <reijiw@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/arm64/kvm/pkvm.c')
0 files changed, 0 insertions, 0 deletions