aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei/Makefile
diff options
context:
space:
mode:
authorHuang Ying <ying.huang@intel.com>2010-05-18 14:35:21 +0800
committerLen Brown <len.brown@intel.com>2010-05-19 22:41:31 -0400
commita08f82d08053fb6e3aa3635c2c26456d96337c8b (patch)
treeed68e8951610b66c6971cdb1fc446eb9e53e0422 /drivers/acpi/apei/Makefile
parentACPI, APEI, Generic Hardware Error Source memory error support (diff)
downloadlinux-dev-a08f82d08053fb6e3aa3635c2c26456d96337c8b.tar.xz
linux-dev-a08f82d08053fb6e3aa3635c2c26456d96337c8b.zip
ACPI, APEI, Error Record Serialization Table (ERST) support
ERST is a way provided by APEI to save and retrieve hardware error record to and from some simple persistent storage (such as flash). The Linux kernel support implementation is quite simple and workable in NMI context. So it can be used to save hardware error record into flash in hardware error exception or NMI handler, where other more complex persistent storage such as disk is not usable. After saving hardware error records via ERST in hardware error exception or NMI handler, the error records can be retrieved and logged into disk or network after a clean reboot. For more information about ERST, please refer to ACPI Specification version 4.0, section 17.4. This patch incorporate fixes from Jin Dongming. Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com> CC: Jin Dongming <jin.dongming@np.css.fujitsu.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/apei/Makefile')
-rw-r--r--drivers/acpi/apei/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/apei/Makefile b/drivers/acpi/apei/Makefile
index 41c61db4c51c..b13b03a17789 100644
--- a/drivers/acpi/apei/Makefile
+++ b/drivers/acpi/apei/Makefile
@@ -2,4 +2,4 @@ obj-$(CONFIG_ACPI_APEI) += apei.o
obj-$(CONFIG_ACPI_APEI_GHES) += ghes.o
obj-$(CONFIG_ACPI_APEI_EINJ) += einj.o
-apei-y := apei-base.o hest.o cper.o
+apei-y := apei-base.o hest.o cper.o erst.o