MIPS: lib: memcpy: Split source and destination prefetch macros
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 7 Jan 2014 15:59:03 +0000 (15:59 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:14 +0000 (23:09 +0100)
In preparation for EVA support, the PREF macro is split into two
separate macros, PREFS and PREFD, for source and destination data
prefetching respectively.

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

Simple merge