summaryrefslogtreecommitdiffstats
path: root/arch/mips/txx9
diff options
context:
space:
mode:
authorNathan Chancellor <nathan@kernel.org>2021-12-08 09:56:17 -0700
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-12-09 10:27:27 +0100
commitf2c6c22fa83ab2577619009057b3ebcb5305bb03 (patch)
treeb53ad40af75e19c29f351a8e308b740a2b98d92e /arch/mips/txx9
parent13ceb48bc19c563e05f407e663aaa4105fdfd408 (diff)
downloadlinux-f2c6c22fa83ab2577619009057b3ebcb5305bb03.tar.bz2
MIPS: Loongson64: Use three arguments for slti
LLVM's integrated assembler does not support 'slti <reg>, <imm>': <instantiation>:16:12: error: invalid operand for instruction slti $12, (0x6300 | 0x0008) ^ arch/mips/kernel/head.S:86:2: note: while in macro instantiation kernel_entry_setup # cpu specific setup ^ <instantiation>:16:12: error: invalid operand for instruction slti $12, (0x6300 | 0x0008) ^ arch/mips/kernel/head.S:150:2: note: while in macro instantiation smp_slave_setup ^ To increase compatibility with LLVM's integrated assembler, use the full form of 'slti <reg>, <reg>, <imm>', which matches the rest of arch/mips/. This does not result in any change for GNU as. Link: https://github.com/ClangBuiltLinux/linux/issues/1526 Reported-by: Ryutaroh Matsumoto <ryutaroh@ict.e.titech.ac.jp> Signed-off-by: Nathan Chancellor <nathan@kernel.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/txx9')
0 files changed, 0 insertions, 0 deletions