From: Len Brown <lenb@kernel.org>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>,
Stephen Rothwell <sfr@canb.auug.org.au>,
yakui_zhao <yakui.zhao@intel.com>,
"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] acpi: simplify module_param namespace
Date: Thu, 02 Apr 2009 22:44:57 -0400 (EDT) [thread overview]
Message-ID: <alpine.LFD.2.00.0904022243420.9182@localhost.localdomain> (raw)
In-Reply-To: <20090402212625.GA8502@uranus.ravnborg.org>
On Thu, 2 Apr 2009, Sam Ravnborg wrote:
> > +
> > +processor-objs += processor_core.o processor_throttling.o \
> > + processor_idle.o processor_thermal.o
> > +ifdef CONFIG_CPU_FREQ
> > +processor-objs += processor_perflib.o
> > +endif
>
> It would be nicer to do:
> processor-y := processor_core.o processor_throttling.o
> processor-y += processor_idle.o processor_thermal.o
> processor-$(CONFIG_CPU_FREQ) += processor_perflib.o
>
> Assuming processor-objs was not assinged before in this file.
>
> Sam
Can-do.
In Rusty's defense, these lines were in his patch simply because he moved
them.
thanks,
Len Brown, Intel Open Source Technology Center
prev parent reply other threads:[~2009-04-03 2:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-07 2:58 [PATCH] acpi: simplify module_param namespace Rusty Russell
2009-03-09 2:20 ` yakui_zhao
2009-03-10 22:57 ` Rusty Russell
2009-03-11 3:51 ` Stephen Rothwell
2009-03-11 22:37 ` Rusty Russell
2009-04-02 21:03 ` Len Brown
2009-04-02 21:26 ` Sam Ravnborg
2009-04-03 2:44 ` Len Brown [this message]
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=alpine.LFD.2.00.0904022243420.9182@localhost.localdomain \
--to=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
--cc=sam@ravnborg.org \
--cc=sfr@canb.auug.org.au \
--cc=yakui.zhao@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox