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