Remove the microblaze implemenation of strncpy/strnlen and instead use the generic versions. The microblaze version is fairly slow because it always does byte accesses even for aligned data, and it lacks a checks for user_addr_max(). Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| .. | ||
| ashldi3.c | ||
| ashrdi3.c | ||
| cmpdi2.c | ||
| divsi3.S | ||
| fastcopy.S | ||
| libgcc.h | ||
| lshrdi3.c | ||
| Makefile | ||
| memcpy.c | ||
| memmove.c | ||
| memset.c | ||
| modsi3.S | ||
| muldi3.c | ||
| mulsi3.S | ||
| uaccess_old.S | ||
| ucmpdi2.c | ||
| udivsi3.S | ||
| umodsi3.S | ||