From: Leonid Yegoshin Date: Tue, 18 Nov 2014 09:04:34 +0000 (+0000) Subject: MIPS: lib: memset: Add MIPS R6 support X-Git-Tag: fixes-v4.0-rc1~21^2~26^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c56208aff779a9c9086089b23e01b92b74a939a;p=pandora-kernel.git MIPS: lib: memset: Add MIPS R6 support MIPS R6 dropped the unaligned load and store instructions so we need to re-write this part of the code for R6 to store one byte at a time. Signed-off-by: Leonid Yegoshin Signed-off-by: Markos Chandras --- Reading git-diff-tree failed