From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754131AbYICRbe (ORCPT ); Wed, 3 Sep 2008 13:31:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752581AbYICRbM (ORCPT ); Wed, 3 Sep 2008 13:31:12 -0400 Received: from inhex.net ([193.33.178.145]:51212 "EHLO inhex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752493AbYICRbL (ORCPT ); Wed, 3 Sep 2008 13:31:11 -0400 X-Greylist: delayed 2795 seconds by postgrey-1.27 at vger.kernel.org; Wed, 03 Sep 2008 13:31:11 EDT Date: Wed, 3 Sep 2008 19:44:15 +0300 From: Dmitry Nezhevenko To: Thomas Gleixner Cc: "Luiz Fernando N. Capitulino" , herton@mandriva.com.br, Mikhail Kshevetskiy , LKML Subject: Re: 2.6.27-rc5 doesn't boot on a Pavilion laptop Message-ID: <20080903164415.GA24442@laptop.local> References: <20080902163532.436f8fbd@doriath.conectiva> <20080902175544.131bc54e@doriath.conectiva> <20080903104132.7a736282@doriath.conectiva> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 03, 2008 at 05:15:40PM +0200, Thomas Gleixner wrote: > On Wed, 3 Sep 2008, Thomas Gleixner wrote: > > Dont think so. Your dmesg outputs do not show any sign of that > > disease. > > > > Can you try the patch below please ? I'm not original problem reporter. However I'm experiencing possible same problem with MSI M673 laptop. Here is link to bugzilla report (with dmesgs and other info): http://bugzilla.kernel.org/show_bug.cgi?id=11101 2.6.27-rc4 on this machine freezes with exactly same messages: hpet0: at MMIO 0xfed00000, IRQ 2, 8, 31 hpet0: 3 32-bit timers, 25000000 Hz ACPI: RTC can wake from S4 This patch do not help me > @@ -228,6 +228,8 @@ static void tick_do_broadcast_on_off(voi > if (!tick_device_is_functional(dev)) > goto out; > > + bc_stoppped = cpus_empty(tick_broadcast_mask); btw little type here, should be "bc_stopped" > + > switch (*reason) { > case CLOCK_EVT_NOTIFY_BROADCAST_ON: > case CLOCK_EVT_NOTIFY_BROADCAST_FORCE: -- WBR, Dmitry