commit | 53ed138986e1022c2b6fef7f8e9731f5bf3e6af1 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Tue Dec 24 03:50:35 2013 +0000 |
committer | Paul Burton <paul.burton@imgtec.com> | Wed May 28 16:20:27 2014 +0100 |
tree | b18132ab7697d3d2acf01c8b059fa91939a8e9c1 | |
parent | 729ff56169395cb3e467e4e3c1e2637f4d3436ce [diff] [blame] |
MIPS: uasm: add wait instruction This patch allows use of the wait instruction from uasm. It will be used by a subsequent patch. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
diff --git a/arch/mips/include/asm/uasm.h b/arch/mips/include/asm/uasm.h index 306892c..8810801 100644 --- a/arch/mips/include/asm/uasm.h +++ b/arch/mips/include/asm/uasm.h
@@ -147,6 +147,7 @@ Ip_0(_tlbr); Ip_0(_tlbwi); Ip_0(_tlbwr); +Ip_u1(_wait); Ip_u3u1u2(_xor); Ip_u2u1u3(_xori);