From: John Stultz Date: Fri, 19 Mar 2010 16:23:57 +0000 (-0400) Subject: Convert alpha to use clocksources instead of arch_gettimeoffset X-Git-Tag: v2.6.35-rc1~261^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce34c8f4466608bc67630a42d04f4aaf0443d9b;p=pandora-kernel.git Convert alpha to use clocksources instead of arch_gettimeoffset Alpha has a tsc like rpcc counter that it uses to manage time. This can be converted to an actual clocksource instead of utilizing the arch_gettimeoffset method that is really only there for legacy systems with no continuous counter. Further cleanups could be made if alpha converted to the clockevent model. CC: Thomas Gleixner CC: Richard Henderson Acked-by: Ivan Kokshaysky Tested-by: Ivan Kokshaysky Signed-off-by: Matt Turner Signed-off-by: John Stultz --- Reading git-diff-tree failed