Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1531821

Re: [PATCH v4 1/2] idle: add support for tasks that inject idle

From Jacob Pan <jacob.jun.pan@linux.intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 1/2] idle: add support for tasks that inject idle
Date 2016-11-29 01:40 +0100
Message-ID <sIECJ-Pk-15@gated-at.bofh.it> (permalink)
References <sIBOx-7vt-23@gated-at.bofh.it> <sIBOx-7vt-25@gated-at.bofh.it> <sIDx0-dD-25@gated-at.bofh.it>
Organization OTC

Show all headers | View raw


On Tue, 29 Nov 2016 00:22:23 +0100
"Rafael J. Wysocki" <rafael@kernel.org> wrote:

> > +       while (!READ_ONCE(it.done))
> > +               do_idle();
> > +
> > +       cpuidle_use_deepest_state(false);  
> 
> This actually depends on your [2/2], doesn't it?

right, I shall put that after 2/2.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/2] Stop sched tick in idle injection task Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-11-28 22:40 +0100
  [PATCH v4 1/2] idle: add support for tasks that inject idle Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-11-28 22:40 +0100
    Re: [PATCH v4 1/2] idle: add support for tasks that inject idle kbuild test robot <lkp@intel.com> - 2016-11-29 00:20 +0100
    Re: [PATCH v4 1/2] idle: add support for tasks that inject idle "Rafael J. Wysocki" <rafael@kernel.org> - 2016-11-29 00:30 +0100
      Re: [PATCH v4 1/2] idle: add support for tasks that inject idle Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-11-29 01:40 +0100
        Re: [PATCH v4 1/2] idle: add support for tasks that inject idle Jacob Pan <jacob.jun.pan@linux.intel.com> - 2016-11-29 01:50 +0100
          Re: [PATCH v4 1/2] idle: add support for tasks that inject idle "Rafael J. Wysocki" <rafael@kernel.org> - 2016-11-29 01:50 +0100

csiph-web