diff options
author | Paul Burton <paul.burton@imgtec.com> | 2013-12-24 07:49:45 +0400 |
---|---|---|
committer | Paul Burton <paul.burton@imgtec.com> | 2014-05-28 19:20:26 +0400 |
commit | 729ff56169395cb3e467e4e3c1e2637f4d3436ce (patch) | |
tree | bdb21de660a5fb826f2c308e8aa3e1315d48837e /arch/mips/include/asm/uasm.h | |
parent | 49e9529b9d43773307b8c73bd251b71784830c3d (diff) | |
download | linux-729ff56169395cb3e467e4e3c1e2637f4d3436ce.tar.xz |
MIPS: uasm: add sync instruction
This patch allows use of the sync 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 a3d88aec4d3f..306892c6156d 100644 --- a/arch/mips/include/asm/uasm.h +++ b/arch/mips/include/asm/uasm.h @@ -141,6 +141,7 @@ Ip_u2u1u3(_sra); Ip_u2u1u3(_srl); Ip_u3u1u2(_subu); Ip_u2s3u1(_sw); +Ip_u1(_sync); Ip_u1(_syscall); Ip_0(_tlbp); Ip_0(_tlbr); |