From 4968db4b9c4528b097ab4e549c4e0d0420dd1efc Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 9 Dec 2013 15:28:10 +0000 Subject: [PATCH] MIPS: lib: strnlen_user: Add EVA support In non-EVA mode, a strlen_user* alias is used for the strlen_kernel* symbols since the code is identical. In EVA mode, a new strlen_user* symbol is used which uses the EVA specific instructions to load values from userspace. Signed-off-by: Markos Chandras --- Reading git-format-patch failed