From mboxrd@z Thu Jan 1 00:00:00 1970 From: akuster Subject: Re: [PATCH 1/2] PM: fast power off - core Date: Mon, 29 Jan 2007 07:37:17 -1000 Message-ID: <45BE30CD.1080904@mvista.com> References: <45BBB097.1090207@mvista.com> <20070128100942.edb5f7e1.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20070128100942.edb5f7e1.randy.dunlap@oracle.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.osdl.org Errors-To: linux-pm-bounces@lists.osdl.org To: Randy Dunlap Cc: Andrew Morton , linux-pm@lists.osdl.org, lkml List-Id: linux-pm@vger.kernel.org Randy Dunlap wrote: > On Sat, 27 Jan 2007 10:05:43 -1000 akuster wrote: > = >> My apologies, I cc'd the wrong list the first time around. > = > {argh, attachments} my bad > = > --- linux-2.6_dev.orig/kernel/power/Kconfig > +++ linux-2.6_dev/kernel/power/Kconfig > @@ -131,3 +131,5 @@ config SUSPEND_SMP > bool > depends on HOTPLUG_CPU && X86 && PM > default y > + > +source "kernel/power/fastoff/Kconfig" > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > = > Why a separate, new Kconfig file? Thought it would be cleaner. > We shouldn't add a new Kconfig file for every new 1-2 kconfig symbols. OK > = > = > --- > ~Randy