Revision 0586ac75cd0746a4d5c43372dabcea8739ae0176 authored by Markos Chandras on 01 July 2015, 08:13:31 UTC, committed by Ralf Baechle on 09 July 2015, 09:15:17 UTC
The cps-vec code assumes O32 ABI and uses t4-t7 in quite a few places. This
breaks the build on 64-bit. As a result of which, use the pseudo-registers
ta0-ta3 to make the code compatible with 64-bit.

Cc: <stable@vger.kernel.org> # 3.16+
Reviewed-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: stable@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/10589/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 977e043
History
File Mode Size
Kconfig -rw-r--r-- 788 bytes
Makefile -rw-r--r-- 305 bytes
client.c -rw-r--r-- 51.8 KB
error.c -rw-r--r-- 7.4 KB
mod.c -rw-r--r-- 4.3 KB
protocol.c -rw-r--r-- 13.5 KB
protocol.h -rw-r--r-- 1.3 KB
trans_common.c -rw-r--r-- 797 bytes
trans_common.h -rw-r--r-- 546 bytes
trans_fd.c -rw-r--r-- 24.6 KB
trans_rdma.c -rw-r--r-- 19.7 KB
trans_virtio.c -rw-r--r-- 19.4 KB
util.c -rw-r--r-- 3.2 KB

back to top