m68k: CPU32 does not support unaligned accesses
Hence select CPU_HAS_NO_UNALIGNED Reported-by: Philippe De Muyter <phdm@macqel.be> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Greg Ungerer<gerg@uclinux.org>
This commit is contained in:
parent
9f1f118035
commit
7df0d27f3d
|
@ -50,6 +50,7 @@ config M68000
|
||||||
config MCPU32
|
config MCPU32
|
||||||
bool
|
bool
|
||||||
select CPU_HAS_NO_BITFIELDS
|
select CPU_HAS_NO_BITFIELDS
|
||||||
|
select CPU_HAS_NO_UNALIGNED
|
||||||
help
|
help
|
||||||
The Freescale (was then Motorola) CPU32 is a CPU core that is
|
The Freescale (was then Motorola) CPU32 is a CPU core that is
|
||||||
based on the 68020 processor. For the most part it is used in
|
based on the 68020 processor. For the most part it is used in
|
||||||
|
|
Loading…
Reference in New Issue