diff options
author | Paul Burton <paul.burton@imgtec.com> | 2014-03-04 19:12:36 +0400 |
---|---|---|
committer | Paul Burton <paul.burton@imgtec.com> | 2014-05-28 19:20:28 +0400 |
commit | d674dd14e85c49ca0e422de53a4c2b5bf44a339a (patch) | |
tree | 6f03b5515760bd18d0a7d31e86756f8f213d48c1 /arch/mips/include/asm/uasm.h | |
parent | 53ed138986e1022c2b6fef7f8e9731f5bf3e6af1 (diff) | |
download | linux-d674dd14e85c49ca0e422de53a4c2b5bf44a339a.tar.xz |
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.h | 1 |
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. */ |