diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-01-16 17:58:41 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-07-28 00:01:13 +0300 |
commit | b26b181651f3214fa2383411fb85029b7f3e1788 (patch) | |
tree | 06163a94c86fc93e2c7ef7c70caeb651b8da2859 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 0cd1151886933d4845db02b3d09ad4df62d44c50 (diff) | |
download | linux-b26b181651f3214fa2383411fb85029b7f3e1788.tar.xz |
microblaze: use generic strncpy/strnlen from_user
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>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions