aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/uasm.h
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2014-03-04 15:12:36 +0000
committerPaul Burton <paul.burton@imgtec.com>2014-05-28 16:20:28 +0100
commitd674dd14e85c49ca0e422de53a4c2b5bf44a339a (patch)
tree6f03b5515760bd18d0a7d31e86756f8f213d48c1 /arch/mips/include/asm/uasm.h
parent53ed138986e1022c2b6fef7f8e9731f5bf3e6af1 (diff)
MIPS: uasm: add MT ASE yield instruction
This patch allows use of the MT ASE yield instruction from uasm. It will be used by a subsequent patch. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Diffstat (limited to 'arch/mips/include/asm/uasm.h')
-rw-r--r--arch/mips/include/asm/uasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/uasm.h b/arch/mips/include/asm/uasm.h
index 88108019d922..3d803877ad8f 100644
--- a/arch/mips/include/asm/uasm.h
+++ b/arch/mips/include/asm/uasm.h
@@ -150,6 +150,7 @@ Ip_0(_tlbwr);
Ip_u1(_wait);
Ip_u3u1u2(_xor);
Ip_u2u1u3(_xori);
+Ip_u2u1(_yield);
/* Handle labels. */