commit | 5808184f1b2fe06ef8a54a2b7fb1596d58098acf | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Mar 23 15:54:50 2010 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Apr 12 17:26:20 2010 +0100 |
tree | 1ecb3addfdc3269cf55cffe112976e97a828736e | |
parent | 8d9df29db273ab9a330828f4f4f6669d293a730a [diff] [blame] |
MIPS: uasm: Add OR instruction. This is needed for the fix of the M3 workaround. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/include/asm/uasm.h b/arch/mips/include/asm/uasm.h index 32fe2ec..11a8b52 100644 --- a/arch/mips/include/asm/uasm.h +++ b/arch/mips/include/asm/uasm.h
@@ -84,6 +84,7 @@ Ip_u1u2u3(_mfc0); Ip_u1u2u3(_mtc0); Ip_u2u1u3(_ori); +Ip_u3u1u2(_or); Ip_u2s3u1(_pref); Ip_0(_rfe); Ip_u2s3u1(_sc);