From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 507C4DDEC5 for ; Tue, 20 Mar 2007 01:49:21 +1100 (EST) Subject: Re: [PATCH 3/5] powermac: disallow pmu sleep notifiers from aborting sleep From: Benjamin Herrenschmidt To: Johannes Berg In-Reply-To: <20070319105359.356866000@sipsolutions.net> References: <20070319105352.771599000@sipsolutions.net> <20070319105359.356866000@sipsolutions.net> Content-Type: text/plain Date: Mon, 19 Mar 2007 15:49:16 +0100 Message-Id: <1174315756.5044.8.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2007-03-19 at 11:53 +0100, Johannes Berg wrote: > plain text document attachment (003-less-pmu-sleep-notifier.patch) > Tracing through the code, no current PMU sleep notifier can abort sleep. > Since no new PMU sleep notifiers should be added, this patch simplifies the > code and removes the ability to abort sleep. > > Signed-off-by: Johannes Berg Acked-by: Benjamin Herrenschmidt Ben.