/[base]
ViewVC logotype

Revision 320690


Jump to revision: Previous Next
Author: markj
Date: Wed Jul 5 17:39:17 2017 UTC (6 years, 11 months ago)
Changed paths: 1
Log Message:
Defer ACPI taskqueue creation to SI_SUB_KICK_SCHEDULER.

This addresses a deadlock during boot when EARLY_AP_STARTUP is configured:
a taskqueue thread may call pause() with an ACPI mutex held, and thread0
may block on this mutex before configuring the eventtimer. In this case
the taskqueue thread will sleep forever waiting for its callout to fire.

PR:		220277
Submitted by:	jhb
MFC after:	3 days


Changed paths

Path Details
Directoryhead/sys/dev/acpica/Osd/OsdSchedule.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27