Re: [ACPI] ACPI and PRREMPT bug

From: Chris Wright
Date: Mon Nov 07 2005 - 18:15:37 EST


* Moore, Robert (robert.moore@xxxxxxxxx) wrote:
> You might try setting this flag (in acglobal.h) to TRUE:
>
> /*
> * Automatically serialize ALL control methods? Default is FALSE,
> meaning
> * to use the Serialized/NotSerialized method flags on a per method
> basis.
> * Only change this if the ASL code is poorly written and cannot handle
> * reentrancy even though methods are marked "NotSerialized".
> */
> ACPI_EXTERN UINT8 ACPI_INIT_GLOBAL (AcpiGbl_AllMethodsSerialized,
> FALSE);

I've chatted with another person having this issue. Booting with
acpi_serialize (which sets that flag to true) does seem to fix the
problem. I'm guessing thread_count gets decremented twice for one
increment, causing it to underflow wrapping to -1.

thanks,
-chris
-
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/