LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Peter Zijlstra <peterz@infradead.org>
To: Trinabh Gupta <trinabh@linux.vnet.ibm.com>
Cc: arjan@linux.intel.com, lenb@kernel.org,
suresh.b.siddha@intel.com, benh@kernel.crashing.org,
venki@google.com, ak@linux.intel.com,
linux-kernel@vger.kernel.org
Subject: Re: [RFC PATCH V3 0/3] cpuidle: Cleanup pm_idle and include driver/cpuidle.c in-kernel
Date: Wed, 09 Feb 2011 12:21:18 +0100 [thread overview]
Message-ID: <1297250478.13327.162.camel@laptop> (raw)
In-Reply-To: <20110208105146.9998.22103.stgit@tringupt.in.ibm.com>
On Tue, 2011-02-08 at 16:21 +0530, Trinabh Gupta wrote:
>
> arch/x86/kernel/process.c | 340 -------------------------------
> arch/x86/kernel/process_32.c | 4
> arch/x86/kernel/process_64.c | 4
> arch/x86/xen/setup.c | 1
> drivers/acpi/processor_idle.c | 2
> drivers/cpuidle/Kconfig | 9 +
> drivers/cpuidle/cpuidle.c | 43 +++-
> drivers/cpuidle/driver.c | 112 ++++++++++
> drivers/idle/Makefile | 2
> drivers/idle/default_driver.c | 453 +++++++++++++++++++++++++++++++++++++++++
> include/linux/cpuidle.h | 3
> 11 files changed, 613 insertions(+), 360 deletions(-)
> create mode 100644 drivers/idle/default_driver.c
# git grep -l "\<pm_idle\>" arch/x86/
arch/x86/kernel/apm_32.c
arch/x86/kernel/process.c
arch/x86/kernel/process_32.c
arch/x86/kernel/process_64.c
arch/x86/xen/setup.c
You seemed to have missed touching apm_32.c
next prev parent reply other threads:[~2011-02-09 11:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-08 10:51 Trinabh Gupta
2011-02-08 10:51 ` [RFC PATCH V3 1/3] cpuidle: Remove pm_idle pointer for x86 Trinabh Gupta
2011-02-08 10:52 ` [RFC PATCH V3 2/3] cpuidle: list based cpuidle driver registration and selection Trinabh Gupta
2011-02-09 11:17 ` Peter Zijlstra
2011-02-10 7:00 ` Vaidyanathan Srinivasan
2011-02-10 9:53 ` Peter Zijlstra
2011-02-10 17:16 ` Vaidyanathan Srinivasan
2011-02-08 10:52 ` [RFC PATCH V3 3/3] cpuidle: default idle driver for x86 Trinabh Gupta
2011-02-09 11:19 ` Peter Zijlstra
2011-02-09 11:21 ` Peter Zijlstra [this message]
2011-02-10 15:10 ` [RFC PATCH V3 0/3] cpuidle: Cleanup pm_idle and include driver/cpuidle.c in-kernel Trinabh Gupta
-- strict thread matches above, loose matches on Subject: below --
2011-02-08 10:48 Trinabh Gupta
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1297250478.13327.162.camel@laptop \
--to=peterz@infradead.org \
--cc=ak@linux.intel.com \
--cc=arjan@linux.intel.com \
--cc=benh@kernel.crashing.org \
--cc=lenb@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=suresh.b.siddha@intel.com \
--cc=trinabh@linux.vnet.ibm.com \
--cc=venki@google.com \
--subject='Re: [RFC PATCH V3 0/3] cpuidle: Cleanup pm_idle and include driver/cpuidle.c in-kernel' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).