From: Markos Chandras Date: Fri, 17 Jan 2014 10:48:46 +0000 (+0000) Subject: MIPS: lib: csum_partial: Add macro to build csum_partial symbols X-Git-Tag: v3.15-rc1~125^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e89fb56c8bcf5514cfe7abd7a3dda9e6007b7238;p=pandora-kernel.git MIPS: lib: csum_partial: Add macro to build csum_partial symbols In preparation for EVA support, we use a macro to build the __csum_partial_copy_user main code so it can be shared across multiple implementations. EVA uses the same code but it replaces the load/store/prefetch instructions with the EVA specific ones therefore using a macro avoids unnecessary code duplications. Signed-off-by: Markos Chandras --- Reading git-diff-tree failed