ACPI, Record ACPI NVS regions
authorHuang Ying <ying.huang@intel.com>
Thu, 8 Dec 2011 03:25:49 +0000 (11:25 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 17 Jan 2012 08:54:44 +0000 (03:54 -0500)
commitb54ac6d2a25084667da781c7ca2cebef52a2bcdd
treeb4dbaa790dcecff6b5b0772846d43b360f6389d7
parentb4e008dc53a31cb4bf6a12d9dbaf1d5c6070a838
ACPI, Record ACPI NVS regions

Some firmware will access memory in ACPI NVS region via APEI.  That
is, instructions in APEI ERST/EINJ table will read/write ACPI NVS
region.  The original resource conflict checking in APEI code will
check memory/ioport accessed by APEI via general resource management
mechanism.  But ACPI NVS region is marked as busy already, so that the
false resource conflict will prevent APEI ERST/EINJ to work.

To fix this, this patch record ACPI NVS regions, so that we can avoid
request resources for memory region inside it.

Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
arch/x86/kernel/e820.c
drivers/acpi/Makefile
drivers/acpi/nvs.c
include/linux/acpi.h