sparc32: propagate the calling conventions change down to __csum_partial_copy_sparc_g...
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 13 Jul 2020 19:12:48 +0000 (15:12 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 20 Aug 2020 19:45:19 +0000 (15:45 -0400)
commitab5e8b33124468fe9d7d6042de5a9b35414c784e
tree7f6ec7f2004819c68b0a18a25f2348e0ca35720e
parente8b95089990ceac4e5197db3c03737bf569f5081
sparc32: propagate the calling conventions change down to __csum_partial_copy_sparc_generic()

... and get rid of zeroing the target, etc. on fault.
All exception handlers merge into one; moreover, since we are not
calling lookup_fault() anymore, we don't need the magic with passing
arguments for it from the page fault handler.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/sparc/include/asm/checksum_32.h
arch/sparc/lib/checksum_32.S
arch/sparc/mm/fault_32.c