Revision 9e2b53725a209539b195ee359894bbbf8c16c885 authored by Markos Chandras on 21 July 2014, 07:46:14 UTC, committed by Ralf Baechle on 24 November 2014, 06:44:07 UTC
microMIPS and SmartMIPS can't be used together. This fixes the
following build problem:

Warning: the 32-bit microMIPS architecture does not support the `smartmips' extension
arch/mips/kernel/entry.S:90: Error: unrecognized opcode `mtlhx $24'
[...]
arch/mips/kernel/entry.S:109: Error: unrecognized opcode `mtlhx $24'

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7421/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 76cff82
History
File Mode Size
Kconfig -rw-r--r-- 788 bytes
Makefile -rw-r--r-- 305 bytes
client.c -rw-r--r-- 51.7 KB
error.c -rw-r--r-- 7.4 KB
mod.c -rw-r--r-- 4.3 KB
protocol.c -rw-r--r-- 13.7 KB
protocol.h -rw-r--r-- 1.3 KB
trans_common.c -rw-r--r-- 2.0 KB
trans_common.h -rw-r--r-- 632 bytes
trans_fd.c -rw-r--r-- 24.6 KB
trans_rdma.c -rw-r--r-- 18.8 KB
trans_virtio.c -rw-r--r-- 18.4 KB
util.c -rw-r--r-- 3.2 KB

back to top