mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-29 13:33:07 +00:00
Conflicts: drivers/acpi/apei/apei-base.c This was a conflict between15afae6046(CPI, APEI: Fix incorrect APEI register bit width check and usage) and653f4b538f(ACPICA: Expand OSL memory read/write interfaces to 64 bits) The former changed a parameter in the call to acpi_os_read_memory64() and the later replaced all calls to acpi_os_read_memory64() with calls to acpi_os_read_memory(). Signed-off-by: Len Brown <len.brown@intel.com>