From cc59fe5b88bff926376019851aa88e96b6039eea Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 2 Jan 2014 16:36:49 +0000 Subject: [PATCH] MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbol Build the __strncpy_from_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