Re: [PATCH 04/25] avr32: Add 32 bit time_t and clock_t

2014-05-14 Thread H. Peter Anvin
On 05/14/2014 12:44 AM, Hans-Christian Egtvedt wrote: >> In this patchset, the generic one will be 64 bit (long long). So, the >> existing 32 bit users need to override this. > > Would it be wrong to use the architecture defined size, or does some 32-bit > architectures use 64-bit time types? Thi

Re: [PATCH 04/25] avr32: Add 32 bit time_t and clock_t

2014-05-14 Thread Hans-Christian Egtvedt
Around Wed 14 May 2014 09:54:25 +0800 or thereabout, Ley Foon Tan wrote: > On Wed, May 14, 2014 at 4:19 AM, Hans-Christian Egtvedt > wrote: >> Around Tue 13 May 2014 17:02:49 +0800 or thereabout, Ley Foon Tan wrote: >>> Override time_t and clock_t in include/uapi/asm-generic. >>> >>> Signed-off-b

Re: [PATCH 04/25] avr32: Add 32 bit time_t and clock_t

2014-05-13 Thread Ley Foon Tan
On Wed, May 14, 2014 at 4:19 AM, Hans-Christian Egtvedt wrote: > Around Tue 13 May 2014 17:02:49 +0800 or thereabout, Ley Foon Tan wrote: >> Override time_t and clock_t in include/uapi/asm-generic. >> >> Signed-off-by: Ley Foon Tan > > Acked-by: Hans-Christian Egtvedt > > > Quickly looked over

Re: [PATCH 04/25] avr32: Add 32 bit time_t and clock_t

2014-05-13 Thread Hans-Christian Egtvedt
Around Tue 13 May 2014 17:02:49 +0800 or thereabout, Ley Foon Tan wrote: > Override time_t and clock_t in include/uapi/asm-generic. > > Signed-off-by: Ley Foon Tan Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/include/uapi/asm/posix_types.h | 6 ++ > 1 file changed, 6 insertions(+)