ACPICA: Macros: Remove ACPI_PHYSADDR_TO_PTR
authorJessica Clarke <jrtc27@jrtc27.com>
Wed, 22 Dec 2021 16:23:28 +0000 (17:23 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Dec 2021 16:01:28 +0000 (17:01 +0100)
commit339651be3704f336634d90c000a7778b86e1be99
tree37732814a90a5cce7d8b13b8ddba176260f225e4
parent5d6e59665d8bb0f8fa4d47726a93326f8ddfb448
ACPICA: Macros: Remove ACPI_PHYSADDR_TO_PTR

ACPICA commit 52abebd410945ec55afb4dd8b7150e8a39b5c960

This macro was only ever used when stuffing pointers into physical
addresses and trying to later reconstruct the pointer, which is
implementation-defined as to whether that can be done. Now that all such
operations are gone, the macro is unused, and should be removed to avoid
such practices being reintroduced.

Link: https://github.com/acpica/acpica/commit/52abebd4
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/actypes.h