On Fri, Apr 12, 2013 at 10:56:35AM -0700, Arjan van de Ven wrote:
> 
> >------------------------------------------------------------------------
> >
> >1.   It increases the number of instructions executed on the path
> >     to and from the idle loop.
> >
> >2.   On many architectures, dyntick-idle mode also increases the
> >     number of times that clocks must be reprogrammed, and this
> >     reprogramming can be quite expensive.
> 
> 
> it's really that we're no longer using periodic clocks, but only one-shot 
> clocks only.
> (which then leads to having to program them every time)

Fair enough, but I believe that I have captured this.

> but arguably, that's because of HRTIMERS more than NOHZ
> (e.g. I bet we still turn off periodic even for nohz as long as hrtimers are 
> enabled)

Might be, but the more detail I add, the higher the maintenance burden
keeping this document up to date.  ;-)

                                                        Thanx, Paul

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

Reply via email to