Re: 2.6.27-rc5 doesn't boot on a Pavilion laptop
From: Dmitry Nezhevenko
Date: Wed Sep 03 2008 - 13:31:35 EST
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/