sparc: Stop trying to be so fancy and use __builtin_{memcpy,memset}()
This mirrors commit ff60fab71b
(x86: Use __builtin_memset and __builtin_memcpy for memset/memcpy)
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@ -543,9 +543,6 @@ FUNC(memmove)
|
||||
b 3f
|
||||
add %o0, 2, %o0
|
||||
|
||||
#ifdef __KERNEL__
|
||||
FUNC(__memcpy)
|
||||
#endif
|
||||
FUNC(memcpy) /* %o0=dst %o1=src %o2=len */
|
||||
|
||||
sub %o0, %o1, %o4
|
||||
|
Reference in New Issue
Block a user