Subject: Re: CVS commit: src/sys/arch/i386/acpi
To: Jared D. McNeill <jmcneill@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 08/01/2007 23:55:35
On Wed, Aug 01, 2007 at 10:41:59PM +0000, Jared D. McNeill wrote:
> Modified Files:
> src/sys/arch/i386/acpi: acpi_wakeup.c
>
> Log Message:
> Explicitly reinitialize lapic on resume; gets the clock ticking on the
> Lenovo T60 and probably many others.
I wonder if that's enough for dual core laptops. Do we need to reinitialize
the lapic on the other core?
Andrew