]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita3c3c5195213df293a0efee6ea3761a820cf9fd8
tree730b16bd3a644db8117394c024c2783f8a042c1b
parent72451c3d951cfe2d5a70948221044ffa1a415853
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