Re: [RFC][PATCH 05/22] sched: SCHED_DEADLINE policy implementation

From: Peter Zijlstra
Date: Thu Nov 11 2010 - 09:13:19 EST


On Fri, 2010-10-29 at 08:30 +0200, Raistlin wrote:
> + delta_exec = rq->clock - curr->se.exec_start;

This changed to rq->clock_task, the difference between rq->clock and
rq->clock_task is that the latter only counts time actually spend on the
task context (ie. it doesn't count softirq and hardirq context).


--
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/