From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753220AbZDCCp1 (ORCPT ); Thu, 2 Apr 2009 22:45:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752715AbZDCCpL (ORCPT ); Thu, 2 Apr 2009 22:45:11 -0400 Received: from vms173019pub.verizon.net ([206.46.173.19]:43253 "EHLO vms173019pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752069AbZDCCpK (ORCPT ); Thu, 2 Apr 2009 22:45:10 -0400 Date: Thu, 02 Apr 2009 22:44:57 -0400 (EDT) From: Len Brown X-X-Sender: lenb@localhost.localdomain To: Sam Ravnborg Cc: Rusty Russell , Stephen Rothwell , yakui_zhao , "linux-acpi@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] acpi: simplify module_param namespace In-reply-to: <20090402212625.GA8502@uranus.ravnborg.org> Message-id: References: <200903071328.28113.rusty@rustcorp.com.au> <200903110927.12792.rusty@rustcorp.com.au> <20090311145124.696b2448.sfr@canb.auug.org.au> <200903120907.20055.rusty@rustcorp.com.au> <20090402212625.GA8502@uranus.ravnborg.org> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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