]> 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)
commitbe8eab62fb05c804abcda36c90e0f0baaf0f592f
tree730b16bd3a644db8117394c024c2783f8a042c1b
parent746298f73139987a2360f2443cab8df6c3c947e1
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