commit | ab8aa06a5c0b75974fb1949365cbb20a15cedf14 | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Fri Jul 07 20:11:07 2006 -0400 |
committer | Len Brown <len.brown@intel.com> | Sun Jul 09 15:19:44 2006 -0400 |
tree | 8498b3b3222198c45fa322b6fdd3215687dc30e4 | |
parent | 120bda20c6f64b32e8bfbdd7b34feafaa5f5332e [diff] |
ACPI: acpi_os_get_thread_id() returns current Linux mutexes and the debug code that that reference acpi_os_get_thread_id() are happy with 0. But the AML mutexes in exmutex.c expect a unique non-zero number for each thread - as they track this thread_id to permit the mutex re-entrancy defined by the ACPI spec. http://bugzilla.kernel.org/show_bug.cgi?id=6687 Signed-off-by: Len Brown <len.brown@intel.com>