]> 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)
commitfd334e125efddc0f95572f79843d6c844584d906
tree67fc16c0f55c482882aea49eaa1d8d95b23722e0
parentd6e0a34fba57c651f73e42da650c060f9e5cbc0e
parentf2d2274ecc54e00924dd1a0903de3f518ce152cf
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>
drivers/acpi/apei/apei-base.c