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-- 682 bytes
Makefile -rw-r--r-- 197 bytes
cfg.c -rw-r--r-- 5.3 KB
cfg.h -rw-r--r-- 163 bytes
driver-ops.h -rw-r--r-- 5.8 KB
ieee802154_i.h -rw-r--r-- 5.2 KB
iface.c -rw-r--r-- 16.1 KB
llsec.c -rw-r--r-- 24.6 KB
llsec.h -rw-r--r-- 3.2 KB
mac_cmd.c -rw-r--r-- 4.2 KB
main.c -rw-r--r-- 6.1 KB
mib.c -rw-r--r-- 5.5 KB
rx.c -rw-r--r-- 7.2 KB
trace.c -rw-r--r-- 153 bytes
trace.h -rw-r--r-- 6.4 KB
tx.c -rw-r--r-- 3.5 KB
util.c -rw-r--r-- 2.5 KB

back to top