From c48be43eb5248ff96dacda58f9e51ee8bfd058ac Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 2 Jan 2014 16:19:49 +0000 Subject: [PATCH] MIPS: lib: strnlen_user: Use macro to build the strnlen_user symbol Build the __strnlen_user symbol using a macro. In EVA mode we will need to use similar code to do the userspace load operations so it is better if we use a macro to avoid code duplications. Signed-off-by: Markos Chandras --- Reading git-format-patch failed