Searched hist:"5894 cf571e14fb393a4d0a82538de032127b9d8b" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/acpi/ |
H A D | prmt.c | diff 5894cf571e14fb393a4d0a82538de032127b9d8b Sun Jul 02 11:57:34 CEST 2023 Ard Biesheuvel <ardb@kernel.org> acpi/prmt: Use EFI runtime sandbox to invoke PRM handlers
Instead of bypassing the kernel's adaptation layer for performing EFI runtime calls, wire up ACPI PRM handling into it. This means these calls can no longer occur concurrently with EFI runtime calls, and will be made from the EFI runtime workqueue. It also means any page faults occurring during PRM handling will be identified correctly as originating in firmware code.
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|