From: Leonid Yegoshin Date: Tue, 17 Dec 2013 09:30:13 +0000 (+0000) Subject: MIPS: asm: checksum: Add MIPS specific csum_and_copy_from_user function X-Git-Tag: v3.15-rc1~125^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2d85bc1041c38bebf982a0d16242c3189ca1152;p=pandora-kernel.git 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 Signed-off-by: Markos Chandras --- Reading git-diff-tree failed