]> 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)
commit297fe4ad1503a1c0c4f17a6f1b9677c98b5898d5
tree58f9eace6288c6ed15d6bf48e6e077bf10a3341b
parentd51a53316379b84da8d08f85b1bc0db4c6f86249
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