From: Dave Jones <davej@redhat.com>
To: Mike Travis <travis@sgi.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
Andi Kleen <ak@suse.de>, Christoph Lameter <clameter@sgi.com>,
Jack Steiner <steiner@sgi.com>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
cpufreq@lists.linux.org.uk
Subject: Re: [PATCH 1/4] cpufreq: change cpu freq tables to per_cpu variables
Date: Mon, 11 Feb 2008 12:56:15 -0500 [thread overview]
Message-ID: <20080211175615.GA5408@redhat.com> (raw)
In-Reply-To: <47B086A3.9040508@sgi.com>
On Mon, Feb 11, 2008 at 09:32:19AM -0800, Mike Travis wrote:
> Dave Jones wrote:
> > On Fri, Feb 08, 2008 at 03:37:39PM -0800, Mike Travis wrote:
> > > Change cpu frequency tables from arrays to per_cpu variables.
> > >
> > > Based on linux-2.6.git + x86.git
> >
> > Looks ok to me. Would you like me to push this though cpufreq.git,
> > or do you want the series to go through all in one?
>
> Thanks Dave. The patches are pretty much independent but it is
> easier to keep track of them if they go in together.
No problem. Feel free to add my
Signed-off-by: Dave Jones <davej@redhat.com>
> Btw, I have
> another set coming shortly that I'm testing now. It should remove
> most of the remaining references to NR_CPUS.
Cool! As a distro kernel maintainer, this is appreciated.
Keeping everyone happy isn't easy, and work like this definitly
goes a long way towards that goal.
Dave
--
http://www.codemonkey.org.uk
WARNING: multiple messages have this Message-ID (diff)
From: Dave Jones <davej@redhat.com>
To: Mike Travis <travis@sgi.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
Andi Kleen <ak@suse.de>, Christoph Lameter <clameter@sgi.com>,
Jack Steiner <steiner@sgi.com>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
cpufreq@lists.linux.org.uk
Subject: Re: [PATCH 1/4] cpufreq: change cpu freq tables to per_cpu variables
Date: Mon, 11 Feb 2008 12:56:15 -0500 [thread overview]
Message-ID: <20080211175615.GA5408@redhat.com> (raw)
In-Reply-To: <47B086A3.9040508@sgi.com>
On Mon, Feb 11, 2008 at 09:32:19AM -0800, Mike Travis wrote:
> Dave Jones wrote:
> > On Fri, Feb 08, 2008 at 03:37:39PM -0800, Mike Travis wrote:
> > > Change cpu frequency tables from arrays to per_cpu variables.
> > >
> > > Based on linux-2.6.git + x86.git
> >
> > Looks ok to me. Would you like me to push this though cpufreq.git,
> > or do you want the series to go through all in one?
>
> Thanks Dave. The patches are pretty much independent but it is
> easier to keep track of them if they go in together.
No problem. Feel free to add my
Signed-off-by: Dave Jones <davej@redhat.com>
> Btw, I have
> another set coming shortly that I'm testing now. It should remove
> most of the remaining references to NR_CPUS.
Cool! As a distro kernel maintainer, this is appreciated.
Keeping everyone happy isn't easy, and work like this definitly
goes a long way towards that goal.
Dave
--
http://www.codemonkey.org.uk
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2008-02-11 17:56 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-08 23:37 [PATCH 0/4] NR_CPUS: non-x86 arch specific reduction of NR_CPUS usage Mike Travis
2008-02-08 23:37 ` Mike Travis
2008-02-08 23:37 ` [PATCH 1/4] cpufreq: change cpu freq tables to per_cpu variables Mike Travis
2008-02-08 23:37 ` Mike Travis
2008-02-11 2:48 ` Dave Jones
2008-02-11 2:48 ` Dave Jones
2008-02-11 17:32 ` Mike Travis
2008-02-11 17:32 ` Mike Travis
2008-02-11 17:56 ` Dave Jones [this message]
2008-02-11 17:56 ` Dave Jones
2008-02-08 23:37 ` [PATCH 2/4] acpi: change cpufreq " Mike Travis
2008-02-08 23:37 ` Mike Travis
2008-02-12 23:33 ` Andrew Morton
2008-02-12 23:33 ` Andrew Morton
2008-02-13 18:10 ` Mike Travis
2008-02-13 18:10 ` Mike Travis
2008-02-13 19:43 ` Andrew Morton
2008-02-13 19:43 ` Andrew Morton
2008-02-08 23:37 ` [PATCH 3/4] oprofile: change cpu_buffer from array to per_cpu variable Mike Travis
2008-02-08 23:37 ` Mike Travis
2008-02-08 23:37 ` [PATCH 4/4] x86: minor cleanup of comments in processor.h Mike Travis
2008-02-08 23:37 ` Mike Travis
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=20080211175615.GA5408@redhat.com \
--to=davej@redhat.com \
--cc=ak@suse.de \
--cc=akpm@linux-foundation.org \
--cc=clameter@sgi.com \
--cc=cpufreq@lists.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mingo@elte.hu \
--cc=steiner@sgi.com \
--cc=tglx@linutronix.de \
--cc=travis@sgi.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.