Re: [RFC][PATCH 3/3] add the 'menu' cpuidle governor

2007-03-27 Thread Venki Pallipadi
On Mar 27, 2007, at 12:04 PM, Adam Belay wrote: On Mon, 2007-03-26 at 13:36 +0800, Shaohua Li wrote: Hi, On Sat, 2007-03-24 at 03:47 -0400, Adam Belay wrote: This patch adds the 'menu' governor, as was described in my first email. +/** + * menu_select - selects the next idle state to

Re: [RFC][PATCH 3/3] add the 'menu' cpuidle governor

2007-03-27 Thread Adam Belay
On Mon, 2007-03-26 at 13:36 +0800, Shaohua Li wrote: > Hi, > On Sat, 2007-03-24 at 03:47 -0400, Adam Belay wrote: > > This patch adds the 'menu' governor, as was described in my first email. > > > > > +/** > > + * menu_select - selects the next idle state to enter > > + * @dev: the CPU > > + */

Re: [RFC][PATCH 3/3] add the 'menu' cpuidle governor

2007-03-27 Thread Adam Belay
On Mon, 2007-03-26 at 13:36 +0800, Shaohua Li wrote: Hi, On Sat, 2007-03-24 at 03:47 -0400, Adam Belay wrote: This patch adds the 'menu' governor, as was described in my first email. +/** + * menu_select - selects the next idle state to enter + * @dev: the CPU + */ +static int

Re: [RFC][PATCH 3/3] add the 'menu' cpuidle governor

2007-03-27 Thread Venki Pallipadi
On Mar 27, 2007, at 12:04 PM, Adam Belay wrote: On Mon, 2007-03-26 at 13:36 +0800, Shaohua Li wrote: Hi, On Sat, 2007-03-24 at 03:47 -0400, Adam Belay wrote: This patch adds the 'menu' governor, as was described in my first email. +/** + * menu_select - selects the next idle state to

Re: [RFC][PATCH 3/3] add the 'menu' cpuidle governor

2007-03-25 Thread Shaohua Li
Hi, On Sat, 2007-03-24 at 03:47 -0400, Adam Belay wrote: > This patch adds the 'menu' governor, as was described in my first email. > > +/** > + * menu_select - selects the next idle state to enter > + * @dev: the CPU > + */ > +static int menu_select(struct cpuidle_device *dev) > +{ > +

Re: [RFC][PATCH 3/3] add the 'menu' cpuidle governor

2007-03-25 Thread Shaohua Li
Hi, On Sat, 2007-03-24 at 03:47 -0400, Adam Belay wrote: This patch adds the 'menu' governor, as was described in my first email. +/** + * menu_select - selects the next idle state to enter + * @dev: the CPU + */ +static int menu_select(struct cpuidle_device *dev) +{ + struct

[RFC][PATCH 3/3] add the 'menu' cpuidle governor

2007-03-24 Thread Adam Belay
This patch adds the 'menu' governor, as was described in my first email. Thanks, Adam Kconfig| 11 +++ governors/Makefile |1 governors/menu.c | 152 + 3 files changed, 164 insertions(+) diff -urN

[RFC][PATCH 3/3] add the 'menu' cpuidle governor

2007-03-24 Thread Adam Belay
This patch adds the 'menu' governor, as was described in my first email. Thanks, Adam Kconfig| 11 +++ governors/Makefile |1 governors/menu.c | 152 + 3 files changed, 164 insertions(+) diff -urN