mips: propagate the calling convention change down into __csum_partial_copy_..._user()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 19 Jul 2020 21:37:15 +0000 (17:37 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 20 Aug 2020 19:45:20 +0000 (15:45 -0400)
commit1cd95ab85df730b140156baac92fd2640290a5e5
tree2f58ff6647ed6629b6bc073c60a8e5210ed60c28
parentf863c65c46b479c0bc1b4aa999de1759b1e4036f
mips: propagate the calling convention change down into __csum_partial_copy_..._user()

and turn the exception handlers into simply returning 0, which
simplifies the hell out of things in csum_partial.S

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/mips/include/asm/checksum.h
arch/mips/lib/csum_partial.S