]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe8918e4b139d645f571917c8a9aab990a8c3883
tree7264987b040d0f939c07ffaa6f3fae97de7b2b04
parent4ce398584e65041cb11cfd35b131a3419c1f34a3
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