http://bugzilla.kernel.org/show_bug.cgi?id=7214
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Owner|[EMAIL PROTECTED] |[EMAIL PROTECTED]
|bugs.osdl.org |
Status|NEEDINFO |ASSIGNED
------- Additional Comments From [EMAIL PROTECTED] 2006-09-28 14:48 -------
The DSDT contains a method that creates a namespace object, but is not
serialized. This will cause various race conditions with multiple threads. Use
acpi_serialize configuration option to force serialization, this should fix
the problem.
Manufacturer should be notified.
Method (_BST, 0, NotSerialized)
{
Name (PBST, Package (0x04)
{
Zero,
Ones,
Ones,
0x2B5C
})
Store (0x2B5C, Local3)
If (LAnd (ECOK (), LEqual (ECDY, Zero)))
{
Sleep (0x14)
Store (^^EC0.BST0, BST1)
Sleep (0x14)
Store (^^EC0.GAU0, BGU1)
Sleep (0x14)
}
...
Return (PBST)
}
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla