Re: [PATCH v2] sh: Remove IO memcpy and memset from sh code
"Arnd Bergmann" <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 28, 2025, at 11:13, Julian Vetter wrote: > Remove IO memcpy and memset from sh specific code and fall back to the > new implementations from lib/iomem_copy.c. They use word accesses if the > buffers are aligned and only fall back to byte accesses for potentially > unaligned parts of a buffer. > > Signed-off-by: Julian Vetter <[email protected]> > --- > Changes for V2: > - Removed also SH4 specific memcpy_fromio code Reviewed-by: Arnd Bergmann <[email protected]>