MIPS: lib: memset: Use macro to build the __bzero symbol
authorMarkos Chandras <markos.chandras@imgtec.com>
Fri, 3 Jan 2014 09:23:16 +0000 (09:23 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:15 +0000 (23:09 +0100)
commit6d5155c2a618207c6154be2e172ba92676dd82ca
tree7264987b040d0f939c07ffaa6f3fae97de7b2b04
parent8483b14aaa81e9567dd69977f22efc4c8536184f
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>
arch/mips/lib/memset.S
This page took 0.026817 seconds and 5 git commands to generate.