]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commit440f6ffc061a84e81386a093c07af8a429c18702
treea5c202d9b43364b57acbef2e9e745c78c8d1b79e
parentc05793c7332d0f4179068bc6a6120e67b73a09ef
m68knommu: move old ColdFire timers init from CPU init to timers code

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>
arch/m68k/platform/5206/config.c
arch/m68k/platform/5249/config.c
arch/m68k/platform/5307/config.c
arch/m68k/platform/5407/config.c
arch/m68k/platform/coldfire/timers.c