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 17:26:20 +0100 |
commit | 5808184f1b2fe06ef8a54a2b7fb1596d58098acf (patch) | |
tree | 1ecb3addfdc3269cf55cffe112976e97a828736e /arch/mips/include | |
parent | 8d9df29db273ab9a330828f4f4f6669d293a730a (diff) | |
download | op-kernel-dev-5808184f1b2fe06ef8a54a2b7fb1596d58098acf.zip op-kernel-dev-5808184f1b2fe06ef8a54a2b7fb1596d58098acf.tar.gz |
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')
-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 32fe2ec..11a8b52 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); |