lkml.org 
[lkml]   [2004]   [Jul]   [22]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromMark Watts <>
SubjectRe: Kernel oops while shutting down (2.6.8rc1)
DateThu, 22 Jul 2004 10:53:53 +0100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I had to apply it by hand for some reason (I'm not running -mm1 if that makes 
a difference), but it's fixed the problem :)

Many Thanks

Mark.

> On Tue, 20 Jul 2004, Zwane Mwaikambo wrote:
> > On Mon, 19 Jul 2004, Mark Watts wrote:
> > > Sorry - read that as 'run lsmod'
> >
> > No problem, i seem to have fired off a premature email too, i'll eyeball
> > the patches on the bugzilla report
> > (http://bugme.osdl.org/process_bug.cgi).
>
> Does the following patch work for you?
>
> Index: linux-2.6.8-rc1-mm1/drivers/acpi/processor.c
> ===================================================================
> RCS file: /home/cvsroot/linux-2.6.8-rc1-mm1/drivers/acpi/processor.c,v
> retrieving revision 1.1.1.1
> diff -u -p -B -r1.1.1.1 processor.c
> --- linux-2.6.8-rc1-mm1/drivers/acpi/processor.c	14 Jul 2004 04:56:25
> -0000	1.1.1.1 +++ linux-2.6.8-rc1-mm1/drivers/acpi/processor.c	20 Jul 2004
> 15:31:46 -0000 @@ -2372,8 +2372,10 @@ acpi_processor_remove (
>  	pr = (struct acpi_processor *) acpi_driver_data(device);
>
>  	/* Unregister the idle handler when processor #0 is removed. */
> -	if (pr->id == 0)
> +	if (pr->id == 0) {
>  		pm_idle = pm_idle_save;
> +		synchronize_kernel();
> +	}
>
>  	status = acpi_remove_notify_handler(pr->handle, ACPI_DEVICE_NOTIFY,
>  		acpi_processor_notify);
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

- -- 
Mark Watts
Senior Systems Engineer
QinetiQ Trusted Information Management
Trusted Solutions and Services group
GPG Public Key ID: 455420ED

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFA/46xBn4EFUVUIO0RAqbTAKD6KO90X0tpXtubYBkINf318F0sngCg6nwG
PtDz94xRmVoLtWedN35VwRw=
=JXmv
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:04    [from the cache]
©2003-2008