From 053970542f049d3e30dc4be6eb19e92ff1f70f00 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 2 Jan 2014 16:04:38 +0000 Subject: [PATCH] MIPS: lib: strlen_user: Add EVA support In non-EVA mode, strlen_user* aliases are used for the strlen_kernel* symbols since the code is identical. In EVA mode, new strlen_user* symbols are used which use the EVA specific instructions to load values from userspace. Signed-off-by: Markos Chandras --- Reading git-format-patch failed