m68knommu: move ColdFire entry.S to its own coldfire directory
authorGreg Ungerer <gerg@snapgear.com>
Fri, 1 Feb 2008 07:37:18 +0000 (17:37 +1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Feb 2008 09:58:09 +0000 (20:58 +1100)
commit129f481d69123919c9fc351be268878fcd19df01
treea0f334ed7c6c9b4132890c1ba49dbeefdb77e399
parentc0ecfcd4b8998441cb6c647ee561e55cc3cd7e81
m68knommu: move ColdFire entry.S to its own coldfire directory

Move common ColdFire CPU entry.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 <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68knommu/platform/coldfire/entry.S [moved from arch/m68knommu/platform/5307/entry.S with 100% similarity]