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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|AE_AML_MUTEX_NOT_ACQUIRED - |AE_AML_MUTEX_NOT_ACQUIRED -
                   |Acer TM3012                 |Acer TM3012, HP NX1625



------- Additional Comments From [EMAIL PROTECTED]  2006-07-07 10:47 -------
Alexey confirms that this regression is seen on an HP NX6125,
and that it was not present in 2.6.17 (ACPICA 20060127).

ACPI Error (exmutex-0248): Cannot release Mutex [C112], not acquired [20060623]
ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.TZ4_._TMP] 
(Node ffff810017d47810), AE_AML_MUTEX_NOT_ACQUIRED

looking at the latest DSDT for the HP NX6125 in bug #5534

it contains the construct where a mutex is acquired in one
method and release in another.  while it isn't he mutex in the
error message, it may be related:

                    Method (C194, 0, NotSerialized)
                    {
                        Acquire (C191, 0xFFFF)
                        Store (0x55, C17C)
                    }

                    Method (C195, 0, NotSerialized)
                    {
                        Store (0xAA, C17C)
                        Release (C191)
                    }


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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to