From: Kevin Hilman Date: Thu, 11 Mar 2010 22:57:35 +0000 (-0800) Subject: davinci: timers: don't enable timer until clocksource is initialized X-Git-Tag: v2.6.34-rc4~26^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d99c3871148cb643cffe138e9427b7a743aca367;p=pandora-kernel.git davinci: timers: don't enable timer until clocksource is initialized On da830, when the same timer is used for clocksource and clockevent, the timer can be started before the clockevent is registered/initialzed. This creates a window where a timer interrupt might fire before the clockevent handler has been setup and causes a crash. This patch moves the actual enable/start of the timer after the clockevent has ben registered. Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed