commit | fd9720e96e856160f94907db06b707841cbafb0d | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Fri Jan 03 10:11:45 2014 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:15 2014 +0100 |
tree | 4586a2d89749ee8a729a1a7f9b05bfac66a30879 | |
parent | 6d5155c2a618207c6154be2e172ba92676dd82ca [diff] |
MIPS: lib: memset: Add EVA support for the __bzero function. Build the __bzero function using the EVA load/store instructions when operating in the EVA mode. This function is only used when accessing user code so there is no need to build two distinct symbols for user and kernel operations respectively. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>