CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/28 04:38:56
Modified files:
sys/arch/arm/arm: in_cksum_arm.S
Log message:
correct data 16-bit aligned block of in4_cksum()
alex14fr at gmail reported qemu-system-arm -M virt with vio(4) failed rx
checksums. The mi netinet/in4_cksum.c and the xscale path removed in
in_cksum_arm.S 1.6 worked, for now just fix one line of assembly.
ok kettenis@
