diff options
author | David Daney <ddaney@caviumnetworks.com> | 2010-02-19 01:13:03 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-04-12 18:26:14 +0200 |
commit | 58b9e2239fa63c7c470acb4a77e9da17e6a6fa4f (patch) | |
tree | 2f94c2146e2fe9adba511c4b66c3e3dd89d669b9 /arch/mips/include/asm/uasm.h | |
parent | MIPS: Fix SSB PCIcore IO resource management (diff) | |
download | linux-58b9e2239fa63c7c470acb4a77e9da17e6a6fa4f.tar.xz linux-58b9e2239fa63c7c470acb4a77e9da17e6a6fa4f.zip |
MIPS: Add SYSCALL to uasm.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/976/
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 b99bd07e199b..32fe2ec9f960 100644 --- a/arch/mips/include/asm/uasm.h +++ b/arch/mips/include/asm/uasm.h @@ -102,6 +102,7 @@ Ip_0(_tlbwr); Ip_u3u1u2(_xor); Ip_u2u1u3(_xori); Ip_u2u1msbu3(_dins); +Ip_u1(_syscall); /* Handle labels. */ struct uasm_label { |