commit | 5cc494972adbaeff08a1b7544acaa608c68cd527 | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Thu Jan 02 15:55:58 2014 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:13 2014 +0100 |
tree | d8f0f46710258c6aa70a7b4102cd11686fba603e | |
parent | 4968db4b9c4528b097ab4e549c4e0d0420dd1efc [diff] |
MIPS: lib: strlen_user: Use macro to build the strlen_user symbol Build the __strlen_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 <markos.chandras@imgtec.com>