]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: kernel: cps-vec: Replace "addi" with "addiu"
authorMarkos Chandras <markos.chandras@imgtec.com>
Mon, 24 Nov 2014 14:40:11 +0000 (14:40 +0000)
committerMarkos Chandras <markos.chandras@imgtec.com>
Tue, 17 Feb 2015 15:37:28 +0000 (15:37 +0000)
commit15a7471264a07e2e2375d1b8247afb4cb99ec42d
treeb30726d60d92ea454fd94fcd8c479fe7c07ac257
parentce4b9b02e80307e32a247ee46937dd9ab072c51c
MIPS: kernel: cps-vec: Replace "addi" with "addiu"

The "addi" instruction will trap on overflows which is not something
we need in this code, so we replace that with "addiu".

Link: http://www.linux-mips.org/archives/linux-mips/2015-01/msg00430.html
Cc: Maciej W. Rozycki <macro@linux-mips.org>
Cc: <stable@vger.kernel.org> # v3.15+
Cc: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/kernel/cps-vec.S