ACPI: PRM: Change handler_addr type to void pointer
mainline inclusion from mainline-v6.0 commit 353efd5e category: feature bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I6HNB8 CVE: N/A Intel-SIG: commit 353efd5e ACPI: PRM: Change handler_addr type to void pointer. ACPI Platform Runtime Mechanism feature backport. -------------------------------- handler_addr is a virtual address passed to efi_call_virt_pointer. While x86 currently type cast it into the pointer in it's arch specific arch_efi_call_virt() implementation, ARM64 is restrictive for right reasons. Convert the handler_addr type from u64 to void pointer. Signed-off-by:Sudeep Holla <sudeep.holla@arm.com> Acked-by:
Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by:
Ard Biesheuvel <ardb@kernel.org> Signed-off-by:
Aubrey Li <aubrey.li@linux.intel.com>
Loading
Please sign in to comment