m68knommu: move old ColdFire timers init from CPU init to timers code
authorGreg Ungerer <gerg@uclinux.org>
Sat, 24 Dec 2011 04:36:27 +0000 (14:36 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:10 +0000 (09:43 +1000)
The original ColdFire timer interrupt setup is used by most of the users
of the original ColdFire timer code. But the code is currently duplicated
in each of the ColdFire CPU specific init files. Move it to the timers
code that it is really part of. It is strait forward to make it conditional
on also having the original interrupt engine that it needs.

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

No differences found