[PATCH 03/11] m68k: set arch_gettimeoffset directly
From: philb@gnu.org (Phil Blundell)
Date: 2012-11-11 12:14:46
Also in:
linux-arch, lkml
From: philb@gnu.org (Phil Blundell)
Date: 2012-11-11 12:14:46
Also in:
linux-arch, lkml
On Thu, 2012-11-08 at 14:01 -0700, Stephen Warren wrote:
From: Stephen Warren <redacted> 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: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Philip Blundell <philb@gnu.org>
Acked-by: Phil Blundell <philb@gnu.org>
Cc: Joshua Thompson <funaho@jurai.org> Cc: Sam Creasey <sammy@sammy.net> Signed-off-by: Stephen Warren <redacted>