From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758679AbXEJJT0 (ORCPT ); Thu, 10 May 2007 05:19:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755699AbXEJJTS (ORCPT ); Thu, 10 May 2007 05:19:18 -0400 Received: from smtp1.linux-foundation.org ([65.172.181.25]:42096 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755425AbXEJJTR (ORCPT ); Thu, 10 May 2007 05:19:17 -0400 Date: Thu, 10 May 2007 02:18:41 -0700 From: Andrew Morton To: Thomas Gleixner Cc: "Rafael J. Wysocki" , Ingo Molnar , LKML , John Stultz , linux-acpi@vger.kernel.org Subject: Re: [patch 3/3] clockevents: Fix resume logic - updated version Message-Id: <20070510021841.2dff9233.akpm@linux-foundation.org> In-Reply-To: <1178787345.4646.4.camel@chaos> References: <20070430102837.748238000@linutronix.de> <200705092036.20953.rjw@sisk.pl> <1178743550.3042.541.camel@localhost.localdomain> <200705092253.49896.rjw@sisk.pl> <1178745983.3042.565.camel@localhost.localdomain> <20070510014645.c4e79032.akpm@linux-foundation.org> <1178787345.4646.4.camel@chaos> X-Mailer: Sylpheed 2.4.1 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 May 2007 10:55:45 +0200 Thomas Gleixner wrote: > On Thu, 2007-05-10 at 01:46 -0700, Andrew Morton wrote: > > On Wed, 09 May 2007 23:26:22 +0200 Thomas Gleixner wrote: > > > > > Andrew, > > > > > > can you test the alternative replacement patch for > > > > > > clockevents: Fix resume logic - updated version > > > > > > It does not touch the interrupt controller, it does the PIT restart > > > different. That's a patch from Chris Wright and confirmed to work on the > > > affected machines - except the @%$#! VAIO of course. > > > > > > If that patch makes the problem go away, then we should have a quite > > > good hint what we need to look at. > > > > No joy, sorry. It still hangs at the last statement in acpi_evaluate_object(). > > Can you add "nolapic_timer" to the command line please ? > That works.