From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Blundell Subject: Re: [PATCH 03/11] m68k: set arch_gettimeoffset directly Date: Sun, 11 Nov 2012 11:47:41 +0000 Message-ID: <1352634461.6869.106.camel@x121e.pbcl.net> References: <1352408516-21988-1-git-send-email-swarren@wwwdotorg.org> <1352408516-21988-5-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1352408516-21988-5-git-send-email-swarren@wwwdotorg.org> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Warren Cc: Russell King , Olof Johansson , Arnd Bergmann , John Stultz , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Stephen Warren , Geert Uytterhoeven , Joshua Thompson , Sam Creasey List-Id: linux-arch.vger.kernel.org On Thu, 2012-11-08 at 14:01 -0700, Stephen Warren wrote: > From: Stephen Warren > > 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 > Cc: Philip Blundell Acked-by: Phil Blundell > Cc: Joshua Thompson > Cc: Sam Creasey > Signed-off-by: Stephen Warren From mboxrd@z Thu Jan 1 00:00:00 1970 From: philb@gnu.org (Phil Blundell) Date: Sun, 11 Nov 2012 11:47:41 +0000 Subject: [PATCH 03/11] m68k: set arch_gettimeoffset directly In-Reply-To: <1352408516-21988-5-git-send-email-swarren@wwwdotorg.org> References: <1352408516-21988-1-git-send-email-swarren@wwwdotorg.org> <1352408516-21988-5-git-send-email-swarren@wwwdotorg.org> Message-ID: <1352634461.6869.106.camel@x121e.pbcl.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 2012-11-08 at 14:01 -0700, Stephen Warren wrote: > From: Stephen Warren > > 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 > Cc: Philip Blundell Acked-by: Phil Blundell > Cc: Joshua Thompson > Cc: Sam Creasey > Signed-off-by: Stephen Warren