diff options
author | Yang Yingliang <[email protected]> | 2022-08-10 09:34:35 +0800 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2022-08-10 09:49:16 +0100 |
commit | ae3b1da95413614f96ffa23d200929c6f809c807 (patch) | |
tree | 994438679afb5430d009248512381ed533934c50 /scripts/gdb/linux/modules.py | |
parent | 0982c8d859f8f7022b9fd44d421c7ec721bb41f9 (diff) |
KVM: arm64: Fix compile error due to sign extension
Use GENMASK() to generate the masks of device type and device id,
fixing compilation errors due to the sign extension when using
older versions of GCC (such as is 7.5):
In function ‘kvm_vm_ioctl_set_device_addr.isra.38’,
inlined from ‘kvm_arch_vm_ioctl’ at arch/arm64/kvm/arm.c:1454:10:
././include/linux/compiler_types.h:354:38: error: call to ‘__compiletime_assert_599’ \
declared with attribute error: FIELD_GET: mask is not constant
_compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
Fixes: 9f968c9266aa ("KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting")
Signed-off-by: Yang Yingliang <[email protected]>
[maz: tidy up commit message]
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions