From: Greg Ungerer Date: Fri, 1 Feb 2008 07:37:28 +0000 (+1000) Subject: m68knommu: move ColdFire head.S to its own coldfire directory X-Git-Tag: v2.6.25-rc1~1108 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad80335a989ddace0969b180d4c417b56f26a254;p=linux-2.6-omap-h63xx.git m68knommu: move ColdFire head.S to its own coldfire directory Move common ColdFire CPU head.S to common coldfire platform directory. Currently the common ColdFire CPU family code sits in the arch/m68knommu/platform/5307 directory. This is confusing, the files containing this common code are in no way specific to the 5307 ColdFire. Create an arch/m68knommu/platform/coldfire directory to contain this common code. Other m68knommu CPU varients do not need use this code though, so it doesn't make sense to move it to arch/m68knommu/kernel. Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- diff --git a/arch/m68knommu/platform/5307/head.S b/arch/m68knommu/platform/coldfire/head.S similarity index 100% rename from arch/m68knommu/platform/5307/head.S rename to arch/m68knommu/platform/coldfire/head.S