diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-06 19:39:39 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-10 10:18:33 +0200 |
commit | 7df0d27f3d78282e9ab97da060e85f53a5f556b5 (patch) | |
tree | 4301d8ba88d2f93017f664ed72f329b349804708 | |
parent | 9f1f118035b2d28bb741844537b9ee87705b4c6e (diff) | |
download | op-kernel-dev-7df0d27f3d78282e9ab97da060e85f53a5f556b5.zip op-kernel-dev-7df0d27f3d78282e9ab97da060e85f53a5f556b5.tar.gz |
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>
-rw-r--r-- | arch/m68k/Kconfig.cpu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu index c4ed650..d4f3a98 100644 --- a/arch/m68k/Kconfig.cpu +++ b/arch/m68k/Kconfig.cpu @@ -50,6 +50,7 @@ config M68000 config MCPU32 bool select CPU_HAS_NO_BITFIELDS + select CPU_HAS_NO_UNALIGNED help 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 |