You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
efi/runtime-wrapper: Move workqueue manipulation out of line
JIRA: https://issues.redhat.com/browse/RHEL-22695
Tested: sanity
commit c99ba6e
Author: Ard Biesheuvel <[email protected]>
Date: Sun Jul 2 15:57:13 2023 +0200
efi/runtime-wrapper: Move workqueue manipulation out of line
efi_queue_work() is a macro that implements the non-trivial manipulation
of the EFI runtime workqueue and completion data structure, most of
which is generic, and could be shared between all the users of the
macro. So move it out of the macro and into a new helper function.
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Aristeu Rozanski <[email protected]>
0 commit comments