]> git.openfabrics.org - ~emulex/infiniband.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)
commit5bc05971d353cd10bce5044a1ef60b9d5b504810
tree4368ca5ba8281a2c23692d456bacbd14f5888e67
parentb3c3025b2c5536c2b243f4947cffe58628758020
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