1. 03 8月, 2015 1 次提交
    • J
      MIPS: Replace add and sub instructions in relocate_kernel.S with addiu · a4504755
      James Cowgill 提交于
      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: NJames 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: NRalf Baechle <ralf@linux-mips.org>
      a4504755
  2. 06 9月, 2013 1 次提交
  3. 01 2月, 2013 1 次提交
  4. 29 12月, 2012 1 次提交
  5. 14 12月, 2012 1 次提交
  6. 13 12月, 2012 1 次提交
  7. 01 8月, 2007 1 次提交
  8. 30 11月, 2006 1 次提交