]> 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)
commit7dbdfac9d07712d116071c8782b0e0670ae29687
treee62df25548b326075170677cd6ec530680cbadd8
parentfe86d3f31c29476e9ff331e4a5e48b7eaf62e40a
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