Change bad usage of "asum" to "sum" in ZARCH versions of ?sum
authorAndreas Arnez <arnez@linux.ibm.com>
Fri, 20 Sep 2019 16:32:47 +0000 (18:32 +0200)
committerAndreas Arnez <arnez@linux.ibm.com>
Thu, 21 Nov 2019 12:49:13 +0000 (13:49 +0100)
commitd117dfd5059c4c1e21a89f23412ca05bb1536dab
tree3f2c3ed0dcb5c1ada5ab732420d2ee0a6909cbec
parentb09b5be0a4d5b6096e33ed3d51bc52dbc47c4781
Change bad usage of "asum" to "sum" in ZARCH versions of ?sum

The ZARCH implementations of ?sum contain a cut & paste-error: An inline
assembly argument is named "sum", but the assembly references "asum"
instead.  The mismatch causes a build error.  This is fixed.
kernel/zarch/csum.c
kernel/zarch/dsum.c
kernel/zarch/ssum.c
kernel/zarch/zsum.c