diff options
author | Vladimir Murzin <vladimir.murzin@arm.com> | 2016-11-02 11:55:33 +0000 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2016-11-14 10:32:24 +0000 |
commit | e29bd6f26703088930a5b3595623cf155ddea600 (patch) | |
tree | ea18441c085351d80204aef5a32d14df92fe7c41 /usr/Kconfig | |
parent | a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6 (diff) | |
download | linux-e29bd6f26703088930a5b3595623cf155ddea600.tar.bz2 |
KVM: arm64: vgic-its: Fix compatibility with 32-bit
Evaluate GITS_BASER_ENTRY_SIZE once as an int data (GITS_BASER<n>'s
Entry Size is 5-bit wide only), so when used as divider no reference
to __aeabi_uldivmod is generated when build for AArch32.
Use unsigned long long for GITS_BASER_PAGE_SIZE_* since they are
used in conjunction with 64-bit data.
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'usr/Kconfig')
0 files changed, 0 insertions, 0 deletions