mirror of
https://github.com/acpica/acpica/
synced 2025-02-12 11:34:42 +03:00
![rmoore1](/assets/img/avatar_default.png)
Implemented a design change for the handling of the Notify AML operator. Previously, notify handlers were dispatched and executed completely asynchronously in a deferred thread. The new design still executes the notify handlers in a different thread, but the original thread that executed the Notify() now waits at a synchronization point for the notify handler to complete. Some machines depend on a synchronous Notify operator in order to operate correctly.