]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: lib: memset: Add MIPS R6 support
authorLeonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Tue, 18 Nov 2014 09:04:34 +0000 (09:04 +0000)
committerMarkos Chandras <markos.chandras@imgtec.com>
Tue, 17 Feb 2015 15:37:30 +0000 (15:37 +0000)
commitae30e95db69dd458013d09ace56cb194a4c47487
treee62df25548b326075170677cd6ec530680cbadd8
parent34ee44a6bb55b161ffcabc05d656b5b2ad11a8bf
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 <Leonid.Yegoshin@imgtec.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/lib/memset.S