freebsd-skq/sys/dev/acpica/Osd
Jung-uk Kim 3ff9febde6 Catch up with r193750 (OsdSynch.c locking changes):
- Preallocate some memory for ACPI tasks early enough.  We cannot use
malloc(9) any more because spin mutex may be held here.  The reserved
memory can be tuned via debug.acpi.max_tasks tunable or ACPI_MAX_TASKS
in kernel configuration.  The default is 32 tasks.
- Implement a custom taskqueue_fast to wrap the new memory allocation.
This implementation is not the fastest in the world but we are being
conservative here.
2009-06-10 22:54:20 +00:00
..
OsdDebug.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
OsdHardware.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
OsdInterrupt.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
OsdMemory.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
OsdSchedule.c Catch up with r193750 (OsdSynch.c locking changes): 2009-06-10 22:54:20 +00:00
OsdStream.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
OsdSynch.c Remove redundant checks for ACPI_WAIT_FOREVER cases. 2009-06-08 20:50:38 +00:00
OsdTable.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00