From: Markos Chandras Date: Thu, 2 Jan 2014 16:40:20 +0000 (+0000) Subject: MIPS: lib: strncpy_user: Add EVA support X-Git-Tag: v3.15-rc1~125^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3c3025b2c5536c2b243f4947cffe58628758020;p=pandora-kernel.git MIPS: lib: strncpy_user: Add EVA support In non-EVA mode, strncpy_from_user* aliases are used for the strncpy_from_kernel* symbols since the code is identical. In EVA mode, new strcpy_from_user* symbols are used which use the EVA specific instructions to load values from userspace. Signed-off-by: Markos Chandras --- Reading git-diff-tree failed