]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: lib: memcpy: Merge EXC and load/store macros
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 7 Jan 2014 12:57:04 +0000 (12:57 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:14 +0000 (23:09 +0100)
commita6c6cf21c259604a69fc1f6a549964a36c6ddccb
tree4368ca5ba8281a2c23692d456bacbd14f5888e67
parent5b870f83b42983d2d1cfed2d270745a1a45f668c
MIPS: lib: memcpy: Merge EXC and load/store macros

Each load/store macro always adds an entry to the __ex_table
using the EXC macro. Therefore, these load/store macros are now merged
with the EXC one. The argument list is also expanded in order to make
the macro more flexible. The extra 'type' argument is not used by this
commit, but it will be used when the EVA support is added to the memcpy.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/lib/memcpy.S