]> 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)
commitf4e3db595b8b15adee31ee52a54bc3a0250caffa
tree4368ca5ba8281a2c23692d456bacbd14f5888e67
parent3a54247c0803bec616b101521c5e63999536ba03
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