diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-03-23 15:54:50 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-04-12 18:26:20 +0200 |
commit | 5808184f1b2fe06ef8a54a2b7fb1596d58098acf (patch) | |
tree | 1ecb3addfdc3269cf55cffe112976e97a828736e /arch/mips/include/asm/uasm.h | |
parent | MIPS: Sibyte: Apply M3 workaround only on affected chip types and versions. (diff) | |
download | linux-5808184f1b2fe06ef8a54a2b7fb1596d58098acf.tar.xz linux-5808184f1b2fe06ef8a54a2b7fb1596d58098acf.zip |
MIPS: uasm: Add OR instruction.
This is needed for the fix of the M3 workaround.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 32fe2ec9f960..11a8b5252549 100644 --- a/arch/mips/include/asm/uasm.h +++ b/arch/mips/include/asm/uasm.h @@ -84,6 +84,7 @@ Ip_u2s3u1(_lw); Ip_u1u2u3(_mfc0); Ip_u1u2u3(_mtc0); Ip_u2u1u3(_ori); +Ip_u3u1u2(_or); Ip_u2s3u1(_pref); Ip_0(_rfe); Ip_u2s3u1(_sc); |