You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ACPI: SBS: Move SBS HC callback to faster Notify queue
SBS transactions should happen in Notify work queue, to not create a dead lock with GPE execution accessing SBS devices. Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
committed by
Len Brown
parent
a62e8f1978
commit
f5347867c5
@@ -242,7 +242,7 @@ static int smbus_alarm(void *context)
|
||||
case ACPI_SBS_CHARGER:
|
||||
case ACPI_SBS_MANAGER:
|
||||
case ACPI_SBS_BATTERY:
|
||||
acpi_os_execute(OSL_GPE_HANDLER,
|
||||
acpi_os_execute(OSL_NOTIFY_HANDLER,
|
||||
acpi_smbus_callback, hc);
|
||||
default:;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user