From: Stephen Warren Date: Thu, 8 Nov 2012 18:34:55 +0000 (-0700) Subject: m68k: set arch_gettimeoffset directly X-Git-Tag: v3.9-rc1~122^2~32^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d5ba1891eda2aa63800f052cb5af128283d130;p=pandora-kernel.git m68k: set arch_gettimeoffset directly remove m68k's mach_gettimeoffset function pointer, and instead directly set the arch_gettimeoffset function pointer. This requires multiplying all function results by 1000, since the removed m68k_gettimeoffset() did this. Also, s/unsigned long/u32/ just to make the function prototypes exactly match that of arch_gettimeoffset. Cc: Joshua Thompson Cc: Sam Creasey Acked-by: Geert Uytterhoeven Acked-by: Phil Blundell Signed-off-by: Stephen Warren --- Reading git-diff-tree failed