From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH] PM: make freezer optional for suspend Date: Wed, 14 Nov 2007 22:30:13 +0100 Message-ID: <200711142230.14662.rjw@sisk.pl> References: <1194980670.6695.1.camel@johannes.berg> <200711141421.15812.rjw@sisk.pl> <1195051139.4091.12.camel@johannes.berg> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1195051139.4091.12.camel@johannes.berg> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Johannes Berg Cc: Len Brown , linux-pm List-Id: linux-pm@vger.kernel.org On Wednesday, 14 of November 2007, Johannes Berg wrote: > > > > +config SUSPEND_FREEZER > > > + bool "Enable freezer for suspend to RAM/standby" if ADB_PMU || BROKEN > > > > Hm, is ADB_PMU specific to powerpc? > > Yes, and it's the only code that allows you to suspend w/o the freezer > right now (via PMU specific ioctls) It's a bit confusing for someone who doesn't know what ADB_PMU is. Perhaps it might depend on something like ARCH_CAN_DO_WITHOUT_FREEZER instead? Rafael