]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
m68knommu: Allow ColdFire CPUs to use unaligned accesses
authorGreg Ungerer <gerg@uclinux.org>
Fri, 8 Jun 2012 05:43:00 +0000 (15:43 +1000)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 27 Jun 2012 07:28:50 +0000 (09:28 +0200)
All of the current Linux supported ColdFire CPUs handle unaligned
memory accesses. So remove the CONFIG_CPU_HAS_NO_UNALIGNED option
selection for ColdFire. If we ever support a specific ColdFire CPU
that does not support unaligned accesses then we can insert the
CONFIG_CPU_HAS_NO_UNALIGNED for that specific CPU type.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/Kconfig.cpu

index d4f3a9839cffff3a7e2cc30058c617d099b16f01..06fa0c37ab6ed5849a860370189b71759e3c2e2f 100644 (file)
@@ -27,7 +27,6 @@ config COLDFIRE
        select ARCH_HAVE_CUSTOM_GPIO_H
        select CPU_HAS_NO_BITFIELDS
        select CPU_HAS_NO_MULDIV64
-       select CPU_HAS_NO_UNALIGNED
        select GENERIC_CSUM
 
 endchoice