From: Markos Chandras Date: Thu, 2 Jan 2014 16:36:49 +0000 (+0000) Subject: MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbol X-Git-Tag: v3.15-rc1~125^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc59fe5b88bff926376019851aa88e96b6039eea;p=pandora-kernel.git 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-diff-tree failed