Merge branch 'apei' into release
Conflicts:
drivers/acpi/apei/apei-base.c
This was a conflict between
73f21cbeb0819329701a55dc0374c5925f8596b2
(CPI, APEI: Fix incorrect APEI register bit width check and usage)
and
2472f0a99f59f72c2b4f91bd6cd58e1a62a47cfd
(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>