http://bugzilla.kernel.org/show_bug.cgi?id=5534





------- Additional Comments From [EMAIL PROTECTED]  2006-03-08 15:16 -------

Looking at method _L19, the Sleep() operator should relinquish the processor 
and allow the Notify dispatch to occur.

AcpiOsQueueForExecution should be using a different thread than the thread 
that executes the AML interpreter. The Notify dispatcher does not enter the 
AML interpreter mutex, so there should not be a deadlock. The actual handler 
for the Notify should be in a driver somewhere.

I have found that the best method to determine exactly what is going on is to 
enable full debug tracing in the ACPICA subsystem (via acpi_dbg_level) and 
analyze the sequence of events.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to