MIPS: 32-bit: Remove unused gas macros fifty and mille.
These are a leftover of the IRIX compat code which was removed in
2957c9e61e
(kernel.org) rsp.
b934da913f236bca00c41d9e386e980586000461 (lmo) [[MIPS] IRIX: Goodbye
and thanks for all the fish].
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
51d139b1e4
commit
403342a82d
|
@ -218,20 +218,6 @@ einval: li v0, -ENOSYS
|
||||||
jr ra
|
jr ra
|
||||||
END(sys_syscall)
|
END(sys_syscall)
|
||||||
|
|
||||||
.macro fifty ptr, nargs, from=1, to=50
|
|
||||||
sys \ptr \nargs
|
|
||||||
.if \to-\from
|
|
||||||
fifty \ptr,\nargs,"(\from+1)",\to
|
|
||||||
.endif
|
|
||||||
.endm
|
|
||||||
|
|
||||||
.macro mille ptr, nargs, from=1, to=20
|
|
||||||
fifty \ptr,\nargs
|
|
||||||
.if \to-\from
|
|
||||||
mille \ptr,\nargs,"(\from+1)",\to
|
|
||||||
.endif
|
|
||||||
.endm
|
|
||||||
|
|
||||||
.macro syscalltable
|
.macro syscalltable
|
||||||
sys sys_syscall 8 /* 4000 */
|
sys sys_syscall 8 /* 4000 */
|
||||||
sys sys_exit 1
|
sys sys_exit 1
|
||||||
|
|
Loading…
Reference in New Issue