kernel-ark/drivers/acpi/utilities
Bob Moore c81da66608 ACPICA: Delete recursive feature of ACPI Global Lock
Completed a new design and implementation for
the ACPI Global Lock support. On the OS side, the global
lock is now treated as a standard AML mutex. Previously,
multiple OS threads could acquire the global lock
simultaneously, but this could cause the BIOS to be starved
by the lock in cases such as the Embedded Controller driver,
where there is a tight coupling between the OS and the BIOS.

Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2007-02-02 21:14:20 -05:00
..
Makefile
utalloc.c ACPI: acpi_os_allocate() fixes 2006-07-10 02:37:22 -04:00
utcache.c ACPI: delete acpi_os_free(), use kfree() directly 2006-06-30 03:19:10 -04:00
utcopy.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
utdebug.c ACPI: avoid gcc warnings in ACPI mutex debug code 2006-10-21 01:19:33 -04:00
utdelete.c ACPICA: Delete recursive feature of ACPI Global Lock 2007-02-02 21:14:20 -05:00
uteval.c ACPI: ACPICA 20060526 2006-06-14 02:44:35 -04:00
utglobal.c ACPICA: Delete recursive feature of ACPI Global Lock 2007-02-02 21:14:20 -05:00
utinit.c ACPI: ACPICA 20060526 2006-06-14 02:44:35 -04:00
utmath.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
utmisc.c ACPI: ACPICA 20060707 2006-07-09 15:15:40 -04:00
utmutex.c ACPI: avoid gcc warnings in ACPI mutex debug code 2006-10-21 01:19:33 -04:00
utobject.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
utresrc.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
utstate.c ACPI: ACPICA 20060707 2006-07-09 15:15:40 -04:00
utxface.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00