diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-07-13 13:36:40 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-10-29 21:24:59 +0100 |
commit | 403342a82d7959ad76210778cfcd7e26f7dd98cd (patch) | |
tree | 38f37b8b3d893d722cac1d45c93b0951aa8554de /arch/mips | |
parent | 51d139b1e481955b7bdd0c8d05d97cf2eb1f5be1 (diff) | |
download | linux-403342a82d7959ad76210778cfcd7e26f7dd98cd.tar.bz2 |
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>
Diffstat (limited to 'arch/mips')
-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 jr ra 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 sys sys_syscall 8 /* 4000 */ sys sys_exit 1 |