diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-07-13 07:36:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-10-29 16:24:59 -0400 |
commit | 403342a82d7959ad76210778cfcd7e26f7dd98cd (patch) | |
tree | 38f37b8b3d893d722cac1d45c93b0951aa8554de | |
parent | 51d139b1e481955b7bdd0c8d05d97cf2eb1f5be1 (diff) |
MIPS: 32-bit: Remove unused gas macros fifty and mille.
These are a leftover of the IRIX compat code which was removed in
2957c9e61ee9c37e7ebf2c8acab03e073fe942fd (kernel.org) rsp.
b934da913f236bca00c41d9e386e980586000461 (lmo) [[MIPS] IRIX: Goodbye
and thanks for all the fish].
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/kernel/scall32-o32.S | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index e774bb1088b5..c0a53f2a5440 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S | |||
@@ -218,20 +218,6 @@ einval: li v0, -ENOSYS | |||
218 | jr ra | 218 | jr ra |
219 | END(sys_syscall) | 219 | END(sys_syscall) |
220 | 220 | ||
221 | .macro fifty ptr, nargs, from=1, to=50 | ||
222 | sys \ptr \nargs | ||
223 | .if \to-\from | ||
224 | fifty \ptr,\nargs,"(\from+1)",\to | ||
225 | .endif | ||
226 | .endm | ||
227 | |||
228 | .macro mille ptr, nargs, from=1, to=20 | ||
229 | fifty \ptr,\nargs | ||
230 | .if \to-\from | ||
231 | mille \ptr,\nargs,"(\from+1)",\to | ||
232 | .endif | ||
233 | .endm | ||
234 | |||
235 | .macro syscalltable | 221 | .macro syscalltable |
236 | sys sys_syscall 8 /* 4000 */ | 222 | sys sys_syscall 8 /* 4000 */ |
237 | sys sys_exit 1 | 223 | sys sys_exit 1 |