MIPS: uasm: add jalr instruction
authorPaul Burton <paul.burton@imgtec.com>
Sun, 16 Mar 2014 12:58:05 +0000 (12:58 +0000)
committerPaul Burton <paul.burton@imgtec.com>
Wed, 28 May 2014 15:20:26 +0000 (16:20 +0100)
commit49e9529b9d43773307b8c73bd251b71784830c3d
tree15cda21aec6828b811af3f8af30a3bf438525dcb
parent8dee5901b20c5c95278aa3a462eb82826ff98b37
MIPS: uasm: add jalr instruction

This patch allows use of the jalr instruction from uasm. It will be used
by a subsequent patch.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
arch/mips/include/asm/uasm.h
arch/mips/mm/uasm-mips.c
arch/mips/mm/uasm.c