K 10 svn:author V 3 mav K 8 svn:date V 27 2008-11-02T12:50:16.633242Z K 7 svn:log V 322 As soon as we have several threads per process now, it is not correct to use process ID as ACPI thread ID. Concurrent requests with equal thread IDs broke ACPI mutexes operation causing unpredictable errors including AE_AML_MUTEX_NOT_ACQUIRED that I have seen. Use kernel thread ID instead of process ID for ACPI thread. END