Skip to content

Commit 403342a

Browse files
committed
MIPS: 32-bit: Remove unused gas macros fifty and mille.
These are a leftover of the IRIX compat code which was removed in 2957c9e (kernel.org) rsp. b934da913f236bca00c41d9e386e980586000461 (lmo) [[MIPS] IRIX: Goodbye and thanks for all the fish]. Signed-off-by: Ralf Baechle <[email protected]>
1 parent 51d139b commit 403342a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

arch/mips/kernel/scall32-o32.S

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -218,20 +218,6 @@ einval: li v0, -ENOSYS
218218
jr ra
219219
END(sys_syscall)
220220

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-
235221
.macro syscalltable
236222
sys sys_syscall 8 /* 4000 */
237223
sys sys_exit 1

0 commit comments

Comments
 (0)