From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id B471ADDF93 for ; Thu, 25 Jan 2007 10:21:17 +1100 (EST) In-Reply-To: <1169678138.24996.5.camel@localhost.localdomain> References: <20061213123819.403286000@sipsolutions.net> <20061213123945.386891000@sipsolutions.net> <1169620444.18754.66.camel@localhost.localdomain> <20070124085420.GA19810@iram.es> <1169631177.18754.82.camel@localhost.localdomain> <20070124103621.GA22579@iram.es> <2435847C-A9FC-4430-A122-416B9B347038@kernel.crashing.org> <1169675091.18754.84.camel@localhost.localdomain> <1169678138.24996.5.camel@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <52AC1EDB-6AF7-4763-9734-2BE8CE8CE6D0@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH 2/3] powermac: proper time of day after resume Date: Thu, 25 Jan 2007 00:21:09 +0100 To: Benjamin Herrenschmidt Cc: linuxppc-dev@ozlabs.org, Johannes Berg List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> Make it so. >> >> :-) > > Do you know of any timer that is still running while the box is > asleep ? > I doubt KL timer is and MPIC timers are long gone on Apple HW ... Only the PMU (SMU) timers run while the box is asleep (i.e., the RTC clock this patch is about). Segher