sparc32: Remove inline strncmp "optimization" for constant counts.
Let the compiler do stuff like this. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -56,8 +56,6 @@ extern int __divdi3(int, int);
|
||||
extern void (*__copy_1page)(void *, const void *);
|
||||
extern void (*bzero_1page)(void *);
|
||||
|
||||
extern int __strncmp(const char *, const char *, __kernel_size_t);
|
||||
|
||||
extern void ___rw_read_enter(void);
|
||||
extern void ___rw_read_try(void);
|
||||
extern void ___rw_read_exit(void);
|
||||
@@ -81,9 +79,6 @@ EXPORT_SYMBOL(__copy_1page);
|
||||
EXPORT_SYMBOL(__memmove);
|
||||
EXPORT_SYMBOL(bzero_1page);
|
||||
|
||||
/* string functions */
|
||||
EXPORT_SYMBOL(__strncmp);
|
||||
|
||||
/* Moving data to/from/in userspace. */
|
||||
EXPORT_SYMBOL(__copy_user);
|
||||
|
||||
|
@@ -5,8 +5,7 @@
|
||||
|
||||
.text
|
||||
.align 4
|
||||
.global __strncmp, strncmp
|
||||
__strncmp:
|
||||
.global strncmp
|
||||
strncmp:
|
||||
mov %o0, %g3
|
||||
mov 0, %o3
|
||||
|
Reference in New Issue
Block a user