diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-11-04 03:02:16 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 07:45:00 +0100 |
commit | 4ff3fccd86577c6362153f9eb81221730b408491 (patch) | |
tree | c7a80db545f895b4061c50b249c5f4d6826fe7f3 /arch/mips/lib | |
parent | e5810fa0c1bed16fdfb408862a2e17e962ec5cf6 (diff) | |
download | op-kernel-dev-4ff3fccd86577c6362153f9eb81221730b408491.zip op-kernel-dev-4ff3fccd86577c6362153f9eb81221730b408491.tar.gz |
MIPS: Remove __strlen_user().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lib')
-rw-r--r-- | arch/mips/lib/strlen_user.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/lib/strlen_user.S b/arch/mips/lib/strlen_user.S index bef65c9..929bbac 100644 --- a/arch/mips/lib/strlen_user.S +++ b/arch/mips/lib/strlen_user.S @@ -28,7 +28,6 @@ LEAF(__strlen_\func\()_asm) and v0, a0 bnez v0, .Lfault\@ -FEXPORT(__strlen_\func\()_nocheck_asm) move v0, a0 .ifeqs "\func", "kernel" 1: EX(lbu, v1, (v0), .Lfault\@) @@ -48,9 +47,7 @@ FEXPORT(__strlen_\func\()_nocheck_asm) #ifndef CONFIG_EVA /* Set aliases */ .global __strlen_user_asm - .global __strlen_user_nocheck_asm .set __strlen_user_asm, __strlen_kernel_asm - .set __strlen_user_nocheck_asm, __strlen_kernel_nocheck_asm #endif __BUILD_STRLEN_ASM kernel |