mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[sparc] unify 32bit and 64bit string.h
Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
d3867f0483
commit
70a6fcf328
4 changed files with 34 additions and 105 deletions
|
@ -141,11 +141,6 @@ x:
|
|||
retl
|
||||
nop ! Only bcopy returns here and it retuns void...
|
||||
|
||||
#ifdef __KERNEL__
|
||||
FUNC(amemmove)
|
||||
FUNC(__memmove)
|
||||
EXPORT_SYMBOL(__memmove)
|
||||
#endif
|
||||
FUNC(memmove)
|
||||
EXPORT_SYMBOL(memmove)
|
||||
cmp %o0, %o1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue