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

not ACPI_NO_THREADS.
This commit is contained in:
iwasaki 2001-12-25 06:06:56 +00:00
parent 091d3aa837
commit ae728a7566

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.
*/