Commit 7df0d27f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

m68k: CPU32 does not support unaligned accesses

Hence select CPU_HAS_NO_UNALIGNED
Reported-by: default avatarPhilippe De Muyter <phdm@macqel.be>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer<gerg@uclinux.org>
parent 9f1f1180
...@@ -50,6 +50,7 @@ config M68000 ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment