Re: [patch 07/16] sched: expire invalid runtime
From: Paul Turner
Date: Tue Jun 28 2011 - 00:46:54 EST
On Wed, Jun 22, 2011 at 8:47 AM, Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> wrote:
> On Tue, 2011-06-21 at 00:16 -0700, Paul Turner wrote:
>
>> + now = sched_clock_cpu(smp_processor_id());
>> + cfs_b->runtime_expires = now + ktime_to_ns(cfs_b->period);
>
>> + if ((s64)(rq->clock - cfs_rq->runtime_expires) < 0)
>
> Is there a good reason to mix these two (related) time sources?
>
It does make sense to remove the (current) aliasing dependency, will
use rq->clock for setting expiration.
--
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/