From: Greg Ungerer Date: Fri, 8 Jun 2012 05:43:00 +0000 (+1000) Subject: m68knommu: Allow ColdFire CPUs to use unaligned accesses X-Git-Tag: v3.6-rc2~42^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe1d26d4a90287ede6b5376967375e1f8af3434;p=pandora-kernel.git m68knommu: Allow ColdFire CPUs to use unaligned accesses 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 Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed