]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: lib: memcpy: Use macro to build the copy_user code
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 7 Jan 2014 14:34:05 +0000 (14:34 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:14 +0000 (23:09 +0100)
commit990b5a249eac86617c56a9687c3e3b250af91a67
tree58f9eace6288c6ed15d6bf48e6e077bf10a3341b
parent40aa53096b5ff98b0ec586f0fd639fb5174a1623
MIPS: lib: memcpy: Use macro to build the copy_user code

The code can be shared between EVA and non-EVA configurations,
therefore use a macro to build it to avoid code duplications.

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