From: Markos Chandras Date: Fri, 3 Jan 2014 14:55:02 +0000 (+0000) Subject: MIPS: asm: uaccess: Add EVA support for str*_user operations X-Git-Tag: v3.15-rc1~125^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a9b07a9caf4e490eee2c0645530cdc80a685f2;p=pandora-kernel.git MIPS: asm: uaccess: Add EVA support for str*_user operations The str*_user functions are used to securely access NULL terminated strings from userland. Therefore, it's necessary to use the appropriate EVA function. However, if the string is in kernel space, then the normal instructions are being used to access it. The __str*_kernel_asm and __str*_user_asm symbols are the same for non-EVA mode so there is no functional change for the non-EVA kernels. Signed-off-by: Markos Chandras --- Reading git-diff-tree failed