linux/drivers/acpi/namespace
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
nsaccess.c ACPICA: Delete recursive feature of ACPI Global Lock 2007-02-02 21:14:20 -05:00
nsalloc.c ACPI: ACPICA 20060707 2006-07-09 15:15:40 -04:00
nsdump.c
nsdumpdv.c
nseval.c
nsinit.c
nsload.c
nsnames.c
nsobject.c
nsparse.c
nssearch.c
nsutils.c
nswalk.c
nsxfeval.c ACPI: delete acpi_os_free(), use kfree() directly 2006-06-30 03:19:10 -04:00
nsxfname.c
nsxfobj.c ACPI: Add support for acpi_load_table/acpi_unload_table_id 2006-12-20 01:51:14 -05:00