diff options
author | Julian Vetter <julian@outer-limits.org> | 2025-01-30 16:48:25 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2025-02-03 21:27:00 +0300 |
commit | 4e3ff3c5854ff584842bb2cfa484e4aa79d998bf (patch) | |
tree | 1548282a4b7402427950d25beea487332a1e40c1 /tools/perf/scripts/python/task-analyzer.py | |
parent | 579e5fd927adb2faede602b2ff5a40849da96ad5 (diff) | |
download | linux-4e3ff3c5854ff584842bb2cfa484e4aa79d998bf.tar.xz |
parisc: Remove memcpy_fromio
Fully migrate parisc to the IO functions from lib/iomem_copy.c. In a
recent patch the functions memset_io and memcpy_toio were removed, but
the memcpy_fromio was kept, because for very short sequences it does
half word accesses, whereas the functions in lib/iomem_copy.c do byte
accesses until the memory is naturally aligned and then do machine word
accesses. But I don't think the single half-word access merits keeping
the arch specific implementation, so, remove it as well.
Signed-off-by: Julian Vetter <julian@outer-limits.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions