From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756847AbXFJNRt (ORCPT ); Sun, 10 Jun 2007 09:17:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752362AbXFJNRn (ORCPT ); Sun, 10 Jun 2007 09:17:43 -0400 Received: from www.osadl.org ([213.239.205.134]:47054 "EHLO mail.tglx.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752293AbXFJNRm (ORCPT ); Sun, 10 Jun 2007 09:17:42 -0400 Subject: Re: [patch-mm 06/23] clockevents: Fix resume logic From: Thomas Gleixner To: "Rafael J. Wysocki" Cc: LKML , Andrew Morton , Ingo Molnar , Andi Kleen , Arjan van de Ven , Venkatesh Pallipadi , Chris Wright In-Reply-To: <200706101258.48721.rjw@sisk.pl> References: <20070610092437.118387863@inhelltoy.tec.linutronix.de> <200706101219.03914.rjw@sisk.pl> <1181471412.384.9.camel@chaos> <200706101258.48721.rjw@sisk.pl> Content-Type: text/plain Date: Sun, 10 Jun 2007 15:17:34 +0200 Message-Id: <1181481454.384.13.camel@chaos> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 (2.10.1-4.fc7) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2007-06-10 at 12:58 +0200, Rafael J. Wysocki wrote: > > This is the resume part, or at least it seems so, but the above one is a > suspend callback. If I understand it correctly, this one replaces > hpet_resume(), but is it sufficient for the suspend part too? Oops. Sorry, misunderstood you. Yeah, it's intentional. It gets reset on power off and we have not seen any problems with this yet. tglx