]> 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)
commit34ee44a6bb55b161ffcabc05d656b5b2ad11a8bf
tree3ffd6805a81c1b5e36a027cb26587fde3ac52e84
parent2f6541901159771b1685ee209217ab0cfa782157
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