summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2017-07-06 17:31:38 +0000
committermarkj <markj@FreeBSD.org>2017-07-06 17:31:38 +0000
commitcbe5474a24a8fe027453201cf4eb7ca9473b01e3 (patch)
treec9c069a160ca749b66533f9de24ee40093184112
parent0567a18f43cae9a45248f3d5f678f3ea415e3e89 (diff)
downloadFreeBSD-src-cbe5474a24a8fe027453201cf4eb7ca9473b01e3.zip
FreeBSD-src-cbe5474a24a8fe027453201cf4eb7ca9473b01e3.tar.gz
MFS r320744: MFC r320690:
Defer ACPI taskqueue creation to SI_SUB_KICK_SCHEDULER. PR: 220277 Approved by: re (gjb)
-rw-r--r--sys/dev/acpica/Osd/OsdSchedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/Osd/OsdSchedule.c b/sys/dev/acpica/Osd/OsdSchedule.c
index 0b9b12b..8e38102 100644
--- a/sys/dev/acpica/Osd/OsdSchedule.c
+++ b/sys/dev/acpica/Osd/OsdSchedule.c
@@ -128,7 +128,7 @@ acpi_taskq_init(void *arg)
acpi_taskq_started = 1;
}
-SYSINIT(acpi_taskq, SI_SUB_CONFIGURE, SI_ORDER_SECOND, acpi_taskq_init, NULL);
+SYSINIT(acpi_taskq, SI_SUB_KICK_SCHEDULER, SI_ORDER_ANY, acpi_taskq_init, NULL);
/*
* Bounce through this wrapper function since ACPI-CA doesn't understand
OpenPOWER on IntegriCloud