Oops, wrong option name. It's should be ACPI_MAX_THREADS,

not ACPI_NO_THREADS.
This commit is contained in:
Mitsuru IWASAKI 2001-12-25 06:06:56 +00:00
parent b12990ca58
commit 586cd03a19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88470

View file

@ -364,7 +364,7 @@ extern void powerprofile_set_state(int state);
typedef void (*powerprofile_change_hook)(void *);
EVENTHANDLER_DECLARE(powerprofile_change, powerprofile_change_hook);
#ifndef ACPI_NO_THREADS
#if defined(ACPI_MAX_THREADS) && ACPI_MAX_THREADS > 0
/*
* ACPI task kernel thread initialization.
*/