]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'apei' into release
authorLen Brown <len.brown@intel.com>
Fri, 30 Mar 2012 20:12:23 +0000 (16:12 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 30 Mar 2012 20:14:02 +0000 (16:14 -0400)
commitdf17618bacff6e117bd03312e971026f180e61c6
tree67fc16c0f55c482882aea49eaa1d8d95b23722e0
parentf12ece5363adb0234d1afdd404cc6c5c32ccb93b
parentf1f661c01ac6abfb9b61f1f9bd6a6bf3a3f01bb6
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>
drivers/acpi/apei/apei-base.c