From b55e81b9f8cf0256bcfc548360aef642630c2919 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Fri, 11 May 2012 19:53:29 -0700 Subject: sparc32: Remove inline strncmp "optimization" for constant counts. Let the compiler do stuff like this. Signed-off-by: David S. Miller --- arch/sparc/lib/strncmp_32.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/sparc/lib/strncmp_32.S') diff --git a/arch/sparc/lib/strncmp_32.S b/arch/sparc/lib/strncmp_32.S index 494ec664537a..1476f574db22 100644 --- a/arch/sparc/lib/strncmp_32.S +++ b/arch/sparc/lib/strncmp_32.S @@ -5,8 +5,7 @@ .text .align 4 - .global __strncmp, strncmp -__strncmp: + .global strncmp strncmp: mov %o0, %g3 mov 0, %o3 -- cgit v1.2.3-59-g8ed1b