login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
January
»
6
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -mm tree
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Mark Lord <lkml@...>
To: Venki Pallipadi <venkatesh.pallipadi@...>, Andrew Morton <akpm@...>
Cc: Arjan van de Ven <arjan@...>, <abelay@...>, <lenb@...>, Ingo Molnar <mingo@...>, <linux-kernel@...>, <linux-acpi@...>, <rjw@...>
Subject:
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -mm tree
Date: Sunday, January 6, 2008 - 5:34 pm
Venki Pallipadi wrote:
quoted text
> Reintroduce run time configurable max_cstate for !CPU_IDLE case. > > Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> > > Index: linux-2.6.24-rc/drivers/acpi/processor_idle.c > =================================================================== > --- linux-2.6.24-rc.orig/drivers/acpi/processor_idle.c > +++ linux-2.6.24-rc/drivers/acpi/processor_idle.c > @@ -76,7 +76,11 @@ static void (*pm_idle_save) (void) __rea > #define PM_TIMER_TICKS_TO_US(p) (((p) * 1000)/(PM_TIMER_FREQUENCY/1000)) > > static unsigned int max_cstate __read_mostly = ACPI_PROCESSOR_MAX_POWER; > +#ifdef CONFIG_CPU_IDLE > module_param(max_cstate, uint, 0000); > +#else > +module_param(max_cstate, uint, 0644); > +#endif > static unsigned int nocst __read_mostly; > module_param(nocst, uint, 0000); >
.. Can we get this patch upstream so that a stock 2.6.24 will work here? Thanks --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Andrew Morton
, (Fri Nov 30, 6:20 pm)
RE: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Pallipadi, Venkatesh
, (Fri Nov 30, 6:37 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Pavel Machek
, (Wed Dec 5, 7:17 am)
RE: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Pallipadi, Venkatesh
, (Fri Dec 7, 5:38 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Fri Nov 30, 10:52 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Arjan van de Ven
, (Fri Nov 30, 11:02 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Fri Nov 30, 11:14 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Andrew Morton
, (Sat Dec 1, 6:17 am)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Arjan van de Ven
, (Sat Dec 1, 12:30 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Arjan van de Ven
, (Fri Nov 30, 11:18 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Fri Nov 30, 11:31 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Wed Jan 2, 7:41 pm)
RE: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Pallipadi, Venkatesh
, (Wed Jan 2, 8:06 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Thu Jan 3, 12:18 am)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Venki Pallipadi
, (Thu Jan 3, 10:16 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Sun Jan 6, 5:34 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Andrew Morton
, (Mon Jan 7, 3:18 am)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Mon Jan 7, 11:06 am)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Len Brown
, (Mon Jan 7, 3:12 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Mon Jan 7, 5:33 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Len Brown
, (Mon Jan 7, 6:43 pm)
RE: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Pallipadi, Venkatesh
, (Mon Jan 7, 10:18 am)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Arjan van de Ven
, (Mon Jan 7, 10:07 am)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Mon Jan 7, 11:07 am)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Thu Jan 3, 11:16 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Fri Jan 4, 5:52 pm)
RE: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Pallipadi, Venkatesh
, (Fri Jan 4, 5:59 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Sat Jan 5, 12:27 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Andrew Morton
, (Wed Jan 2, 8:51 pm)
RE: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Pallipadi, Venkatesh
, (Wed Jan 2, 9:12 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Thu Jan 3, 12:25 am)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Fri Nov 30, 11:44 pm)
20000+ wake-ups/second in 2.6.24. Bug?
, Mark Lord
, (Sat Dec 1, 7:43 pm)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Adrian Bunk
, (Sun Dec 2, 10:41 am)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Mark Lord
, (Sun Dec 2, 10:59 am)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Adrian Bunk
, (Sun Dec 2, 11:12 am)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Mark Lord
, (Sun Dec 2, 11:49 am)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Mark Lord
, (Sun Dec 2, 11:45 am)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Mark Lord
, (Sun Dec 2, 11:45 am)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Arjan van de Ven
, (Sat Dec 1, 7:46 pm)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Mark Lord
, (Sat Dec 1, 7:55 pm)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Arjan van de Ven
, (Sat Dec 1, 8:13 pm)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Andres Freund
, (Sat Dec 1, 9:10 pm)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Rafael J. Wysocki
, (Sat Dec 1, 8:20 pm)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Mark Lord
, (Mon Feb 4, 1:29 pm)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Arjan van de Ven
, (Mon Feb 4, 1:50 pm)
Re: 20000+ wake-ups/second in 2.6.24. Bug?
, Mark Lord
, (Mon Feb 4, 3:17 pm)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Sat Dec 1, 12:02 am)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Sat Dec 1, 12:31 am)
Re: + restore-missing-sysfs-max_cstate-attr.patch added to -...
, Mark Lord
, (Fri Nov 30, 11:48 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Nigel Cunningham
Re: [PATCH] Remove process freezer from suspend to RAM pathway
Paul Mundt
Re: 2.6.22-rc4-mm2
Greg Kroah-Hartman
[PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO
git
:
linux-netdev
:
Arjan van de Ven
Re: [GIT]: Networking
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Natalie Protasevich
[BUG] New Kernel Bugs
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
3 users
and
692 guests
online.
Online users
maheshdm
strcmp
Vince52
Syndicate