]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MIPS64: R6: R2 emulation bugfix
authorLeonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Tue, 28 Apr 2015 19:53:35 +0000 (12:53 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 9 May 2016 10:00:04 +0000 (12:00 +0200)
commit41fa29e4d8cf4150568a0fe9bb4d62229f9caed5
treec30c322e4abde08f15f286b380b11b49bcac1c1e
parent8d4925e9a5e5fb360b091b94a9682e02dfbf8e2b
MIPS64: R6: R2 emulation bugfix

Error recovery pointers for fixups was improperly set as ".word"
which is unsuitable for MIPS64.

Replaced by STR(PTR)

[ralf@linux-mips.org: Apply changes as requested in the review process.]

Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Fixes: b0a668fb2038 ("MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6")
Cc: macro@linux-mips.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: <stable@vger.kernel.org> # 4.0+
Patchwork: https://patchwork.linux-mips.org/patch/9911/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/mips-r2-to-r6-emul.c