On 01/30/2015 03:40 PM, James Hogan wrote: > Fix the following build error with binutils 2.24.51+ since v3.18-rc4: > > {standard input}: Assembler messages: > {standard input}:2913: Error: opcode not supported on this processor: mips32r2 (mips32r2) `ctc1 $2,$31' > scripts/Makefile.build:257: recipe for target 'arch/mips/kernel/traps.o' failed > > Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > Cc: Paul Burton <paul.burton@xxxxxxxxxx> > Cc: David Daney <david.daney@xxxxxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxx > > James Hogan (2): > MIPS: mipsregs.h: Add write_32bit_cp1_register() > MIPS: traps: Fix inline asm ctc1 missing .set hardfloat > > arch/mips/include/asm/mipsregs.h | 15 +++++++++++++++ > arch/mips/kernel/traps.c | 3 ++- > 2 files changed, 17 insertions(+), 1 deletion(-) > both look good to me. Thanks! Reviewed-by: Markos Chandras <markos.chandras@xxxxxxxxxx> -- markos