From: Greg Ungerer Date: Sat, 24 Dec 2011 04:36:27 +0000 (+1000) Subject: m68knommu: move old ColdFire timers init from CPU init to timers code X-Git-Tag: v3.4-rc1~160^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440f6ffc061a84e81386a093c07af8a429c18702;p=pandora-kernel.git 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 --- Reading git-diff-tree failed