diff options
author | David Daney <ddaney@caviumnetworks.com> | 2010-02-18 19:13:03 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-04-12 12:26:14 -0400 |
commit | 58b9e2239fa63c7c470acb4a77e9da17e6a6fa4f (patch) | |
tree | 2f94c2146e2fe9adba511c4b66c3e3dd89d669b9 /arch/mips/include/asm | |
parent | 847253b9483f713b3797877034e0940fd45ce375 (diff) |
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')
-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); | |||
102 | Ip_u3u1u2(_xor); | 102 | Ip_u3u1u2(_xor); |
103 | Ip_u2u1u3(_xori); | 103 | Ip_u2u1u3(_xori); |
104 | Ip_u2u1msbu3(_dins); | 104 | Ip_u2u1msbu3(_dins); |
105 | Ip_u1(_syscall); | ||
105 | 106 | ||
106 | /* Handle labels. */ | 107 | /* Handle labels. */ |
107 | struct uasm_label { | 108 | struct uasm_label { |