Re: [PATCH RFC] sched: add notifier for process migration

From: Peter Zijlstra
Date: Sat Oct 10 2009 - 05:26:04 EST


On Sat, 2009-10-10 at 11:05 +0200, Avi Kivity wrote:
> On 10/10/2009 09:14 AM, Peter Zijlstra wrote:
> > Why not do something like:
> >
> > struct {
> > u64 tsc;
> > u32 aux;
> > } tscp = rdtscp();
> >
> > local_time_info = timeinfo[tscp_cpu(tscp)];
> >
> > /* yay, consistent tsc and timeinfo !! */
> >
>
> First, not all processors support rdtscp.

Is that a real issue? If its not supported by the early hardware virt
chips, tough luck, they sucked anyway :-)

> Second, timeinfo might change
> at any time due to cpu frequency changes or the entire cpu being
> migrated, so we need to loop in any case.

Sure.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/