Re: [PATCH 4/8] m68k: use asm-generic/unaligned.h

2023-05-28 Thread Angelo Dureghello
Hi, On 22/05/23 2:22 PM, Jens Wiklander wrote: M68k essentially duplicates the content of asm-generic/unaligned.h, with an exception for non-Coldfire configurations. Coldfire configurations are apparently able to do unaligned accesses. But in an attempt to clean up and handle unaligned accesses

[PATCH 4/8] m68k: use asm-generic/unaligned.h

2023-05-22 Thread Jens Wiklander
M68k essentially duplicates the content of asm-generic/unaligned.h, with an exception for non-Coldfire configurations. Coldfire configurations are apparently able to do unaligned accesses. But in an attempt to clean up and handle unaligned accesses in the same way we ignore that and use the common