cvs commit: src/sys/boot/pc32/libi386 biosacpi.c src/sys/conf acpi.mk files src/sys/dev/acpica5 Makefile Makefile.inc acdragonfly.h acpi.c acpi_acad.c acpi_button.c acpi_cmbat.c acpi_cpu.c acpi_ec.c acpi_lid.c acpi_resource.c acpi_thermal.c ...
Matthew Dillon
dillon at apollo.backplane.com
Fri Jan 19 11:33:32 PST 2007
:A-ha, good catch. So what can we do to this problem? Since
:ACPI-CA original version doesn't have an upper limit to
:the number of allocated objects anyway, do we just ignore
:the MaxDepth parameter and trust our objcache's effectiveness?
I think so. Worst that happens is that ACPI runs the system out of
memory, which isn't really much different the ACPI panicing :-)
-Matt
More information about the Commits
mailing list