Remove the ACPI_MAX_THREADS option.

This commit is contained in:
Scott Long 2005-04-25 19:59:09 +00:00
parent f5fca0d8be
commit 379ad24369
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145531

View File

@ -179,8 +179,6 @@ device tdfx # Enable 3Dfx Voodoo support
# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER
# defined when it is built).
#
# ACPI_MAX_THREADS sets the number of task threads started.
#
# ACPI_NO_SEMAPHORES makes the AcpiOs*Semaphore routines a no-op.
#
# ACPICA_PEDANTIC enables strict checking of AML. Our default is to
@ -192,7 +190,6 @@ device tdfx # Enable 3Dfx Voodoo support
device acpi
options ACPI_DEBUG
options ACPI_MAX_THREADS=1
#!options ACPI_NO_SEMAPHORES
#!options ACPICA_PEDANTIC