]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5deb09d0447f32a6e98552d0030481fe365acbe9
tree7f6ec7f2004819c68b0a18a25f2348e0ca35720e
parent91287e97b547fe9d93f3d2fa04135679cf9c1b77
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