From: Leonid Yegoshin Date: Fri, 14 Nov 2014 11:55:50 +0000 (+0000) Subject: MIPS: lib: memcpy: Add MIPS R6 support X-Git-Tag: fixes-v4.0-rc1~21^2~26^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0ce4bd535a68e5814b8470f1f8a49771f37b0a2;p=pandora-kernel.git 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 Signed-off-by: Markos Chandras --- Reading git-diff-tree failed