]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: lib: memcpy: Add MIPS R6 support
authorLeonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Fri, 14 Nov 2014 11:55:50 +0000 (11:55 +0000)
committerMarkos Chandras <markos.chandras@imgtec.com>
Tue, 17 Feb 2015 15:37:29 +0000 (15:37 +0000)
commitfe86d3f31c29476e9ff331e4a5e48b7eaf62e40a
tree3ffd6805a81c1b5e36a027cb26587fde3ac52e84
parent146b87c8921192df4fe9ab47a71e63c3e2deedb7
MIPS: lib: memcpy: Add MIPS R6 support

MIPS R6 does not support the unaligned load and store instructions
so we add a special MIPS R6 case to copy one byte at a time if we
need to read/write to unaligned memory addresses.

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