MIPS: asm: checksum: Add MIPS specific csum_and_copy_from_user function
authorLeonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Tue, 17 Dec 2013 09:30:13 +0000 (09:30 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:17 +0000 (23:09 +0100)
commitc2d85bc1041c38bebf982a0d16242c3189ca1152
tree19592bd4aded88756458ee5604bdbea17bfa98ca
parentfb316913f820dae1f5772afaffb5700b601af24e
MIPS: asm: checksum: Add MIPS specific csum_and_copy_from_user function

A MIPS specific csum_and_copy_from_user function is necessary because
the generic one from include/net/checksum.h will not work for EVA.
This is because the generic one will link to symbols from lib/checksum.c
which are not EVA aware.

Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/include/asm/checksum.h