diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-06 13:39:39 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-10 04:18:33 -0400 |
commit | 7df0d27f3d78282e9ab97da060e85f53a5f556b5 (patch) | |
tree | 4301d8ba88d2f93017f664ed72f329b349804708 /arch/m68k | |
parent | 9f1f118035b2d28bb741844537b9ee87705b4c6e (diff) |
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>
Diffstat (limited to 'arch/m68k')
-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 c4ed65081475..d4f3a9839cff 100644 --- a/arch/m68k/Kconfig.cpu +++ b/arch/m68k/Kconfig.cpu | |||
@@ -50,6 +50,7 @@ config M68000 | |||
50 | config MCPU32 | 50 | config MCPU32 |
51 | bool | 51 | bool |
52 | select CPU_HAS_NO_BITFIELDS | 52 | select CPU_HAS_NO_BITFIELDS |
53 | select CPU_HAS_NO_UNALIGNED | ||
53 | help | 54 | help |
54 | The Freescale (was then Motorola) CPU32 is a CPU core that is | 55 | The Freescale (was then Motorola) CPU32 is a CPU core that is |
55 | based on the 68020 processor. For the most part it is used in | 56 | based on the 68020 processor. For the most part it is used in |