m68knommu: factor some common ColdFire cpu reset code
authorGreg Ungerer <gerg@uclinux.org>
Sun, 19 Feb 2012 06:16:58 +0000 (16:16 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 5 Mar 2012 00:41:48 +0000 (10:41 +1000)
A number of the early ColdFire cores use the same code to reset the CPU.
Currently that is duplicated in each of the sub-arch files. Pull out this
common code and use a single copy of it for all CPU types that use it.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>

No differences found