diff options
author | 2017-06-29 16:31:40 +0200 | |
---|---|---|
committer | 2017-06-29 16:32:43 +0100 | |
commit | 50a4b05609929003ce98987bb901ee10fe21fb20 (patch) | |
tree | 4274a0b27430a7c7fbb998299d626d317d7c852b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | arm64: fix endianness annotation in acpi_parking_protocol.c (diff) | |
download | wireguard-linux-50a4b05609929003ce98987bb901ee10fe21fb20.tar.xz wireguard-linux-50a4b05609929003ce98987bb901ee10fe21fb20.zip |
arm64: add missing conversion to __wsum in ip_fast_csum()
ARM64 implementation of ip_fast_csum() do most of the work
in 128 or 64 bit and call csum_fold() to finalize. csum_fold()
itself take a __wsum argument, to insure that this value is
always a 32bit native-order value.
Fix this by adding the sadly needed '__force' to cast the native
'sum' to the type '__wsum'.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions