commit | 6d5155c2a618207c6154be2e172ba92676dd82ca | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Fri Jan 03 09:23:16 2014 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:15 2014 +0100 |
tree | 7264987b040d0f939c07ffaa6f3fae97de7b2b04 | |
parent | 8483b14aaa81e9567dd69977f22efc4c8536184f [diff] |
MIPS: lib: memset: Use macro to build the __bzero symbol Build the __bzero symbol using a macor. 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>