Re: [PATCH 4/4] Add a monotonic time device

2011-11-24 Thread olafBuddenhagen
Hi, On Thu, Nov 17, 2011 at 11:10:16PM +0100, Pino Toscano wrote: > struct mapped_time_value_extended { > integer_t seconds; > integer_t microseconds; > integer_t check_seconds; > integer_t mapped_time_magic; I think "version" would be more descriptive than "magic"... And the bikeshed s

Re: [PATCH 4/4] Add a monotonic time device

2011-11-17 Thread Samuel Thibault
Pino Toscano, le Thu 17 Nov 2011 23:10:16 +0100, a écrit : > Alle sabato 27 agosto 2011, Samuel Thibault ha scritto: > > Roland McGrath, le Sat 27 Aug 2011 10:03:24 -0700, a écrit : > > > > Pino Toscano, le Fri 26 Aug 2011 20:29:43 +0200, a écrit : > > > > > +extern vm_offset_t monotonicmmap(); > >

Re: [PATCH 4/4] Add a monotonic time device

2011-11-17 Thread Pino Toscano
Alle sabato 27 agosto 2011, Samuel Thibault ha scritto: > Roland McGrath, le Sat 27 Aug 2011 10:03:24 -0700, a écrit : > > > Pino Toscano, le Fri 26 Aug 2011 20:29:43 +0200, a écrit : > > > > +extern vm_offset_t monotonicmmap(); > > > > +#definemonotonicname "monotonic" > > > > >

Re: [PATCH 4/4] Add a monotonic time device

2011-08-27 Thread Samuel Thibault
Roland McGrath, le Sat 27 Aug 2011 10:03:24 -0700, a écrit : > > Pino Toscano, le Fri 26 Aug 2011 20:29:43 +0200, a écrit : > > > +extern vm_offset_t monotonicmmap(); > > > +#define monotonicname "monotonic" > > > > Ah, I was rather thinking about appending the new clock to the existing

Re: [PATCH 4/4] Add a monotonic time device

2011-08-27 Thread Roland McGrath
> Pino Toscano, le Fri 26 Aug 2011 20:29:43 +0200, a écrit : > > +extern vm_offset_t monotonicmmap(); > > +#definemonotonicname "monotonic" > > Ah, I was rather thinking about appending the new clock to the existing > mappable clock. I don't think it is useful to separate them. It

Re: [PATCH 4/4] Add a monotonic time device

2011-08-26 Thread Samuel Thibault
Pino Toscano, le Fri 26 Aug 2011 20:29:43 +0200, a écrit : > +extern vm_offset_t monotonicmmap(); > +#define monotonicname "monotonic" Ah, I was rather thinking about appending the new clock to the existing mappable clock. I don't think it is useful to separate them. Samuel