MIPS: uasm: add a label variant of beq
authorPaul Burton <paul.burton@imgtec.com>
Tue, 24 Dec 2013 03:51:39 +0000 (03:51 +0000)
committerPaul Burton <paul.burton@imgtec.com>
Wed, 28 May 2014 15:20:25 +0000 (16:20 +0100)
commit8dee5901b20c5c95278aa3a462eb82826ff98b37
tree730b16bd3a644db8117394c024c2783f8a042c1b
parentf263839ab59a7f4beb74fc9a7ce0234b62ab2b52
MIPS: uasm: add a label variant of beq

This patch allows for use of the beq instruction with labels from uasm,
much as bne & others already do. 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.c