powerpc: Simplify bcopy default implementation
This patch simplify the default bcopy symbol for powerpc64 by just using memmove instead of implementing using the default bcopy. Since the symbol is deprecated, it trades speed by code size.
Loading
Please register or sign in to comment