Re: [PATCH 01/11] cris: move usec/nsec conversion to do_slow_gettimeoffset

2012-11-12 Thread Jesper Nilsson
On Thu, Nov 08, 2012 at 02:01:46PM -0700, Stephen Warren wrote: > From: Stephen Warren > > Move usec to nsec conversion from arch_gettimeoffset() to > do_slow_gettimeoffset(); in a future patch, do_slow_gettimeoffset() > will be used directly as the implementation of arch_gettimeoffset(), > so ne

[PATCH 01/11] cris: move usec/nsec conversion to do_slow_gettimeoffset

2012-11-08 Thread Stephen Warren
From: Stephen Warren Move usec to nsec conversion from arch_gettimeoffset() to do_slow_gettimeoffset(); in a future patch, do_slow_gettimeoffset() will be used directly as the implementation of arch_gettimeoffset(), so needs to perform all required calculations. Cc: Mikael Starvik Cc: Jesper Ni