James Cowgill
a4504755e7
MIPS: Replace add and sub instructions in relocate_kernel.S with addiu
...
Fixes the assembler errors generated when compiling a MIPS R6 kernel with
CONFIG_KEXEC on, by replacing the offending add and sub instructions with
addiu instructions.
Build errors:
arch/mips/kernel/relocate_kernel.S: Assembler messages:
arch/mips/kernel/relocate_kernel.S:27: Error: invalid operands `dadd $16,$16,8'
arch/mips/kernel/relocate_kernel.S:64: Error: invalid operands `dadd $20,$20,8'
arch/mips/kernel/relocate_kernel.S:65: Error: invalid operands `dadd $18,$18,8'
arch/mips/kernel/relocate_kernel.S:66: Error: invalid operands `dsub $22,$22,1'
scripts/Makefile.build:294: recipe for target 'arch/mips/kernel/relocate_kernel.o' failed
Signed-off-by: James Cowgill <James.Cowgill@imgtec.com>
Cc: <stable@vger.kernel.org> # 4.0+
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10558/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2015-08-03 15:26:30 +02:00
..
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-08-02 09:12:46 -07:00
2015-08-01 12:47:04 -07:00
2015-07-27 09:14:07 +02:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-07-23 18:08:28 -07:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-08-03 15:26:30 +02:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-07-19 08:56:14 +02:00
2015-07-30 19:01:32 +10:00
2015-07-28 08:54:42 +02:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-07-23 14:11:09 -04:00
2015-07-17 16:39:53 -07:00
2015-07-17 16:39:53 -07:00
2015-08-01 09:16:33 -07:00
2015-07-17 16:39:53 -07:00
2015-07-18 03:42:51 +02:00