From c2d85bc1041c38bebf982a0d16242c3189ca1152 Mon Sep 17 00:00:00 2001 From: Leonid Yegoshin Date: Tue, 17 Dec 2013 09:30:13 +0000 Subject: [PATCH] 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-format-patch failed