Re: [PATCH] m68k: nommu: fix memmove() with differently aligned src and dest for 68000

From: Daniel Palmer

Date: Wed Feb 25 2026 - 05:05:04 EST


Hi Geert,

On Tue, 24 Feb 2026 at 19:32, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
> Ideally, these (and the few existing other checks) should check for
> CONFIG_CPU_HAS_NO_UNALIGNED instead.

That makes sense. I have a few other bits to make 68000 support work
properly again that I will send eventually.
If I remember I'll send a patch with some of that to
s/CONFIG_M68000/CONFIG_CPU_HAS_NO_UNALIGNED/ for these functions.

Thanks,

Daniel