summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/Makefile
diff options
context:
space:
mode:
authorMahesh Salgaonkar <mahesh@linux.vnet.ibm.com>2013-11-15 05:20:57 +0100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-12-09 01:41:14 +0100
commit75eb3d9b60c280a275099fbed06a890cee2d784b (patch)
treeaee50c2b3c6f3c5f26c468625b0ba8df01beef4a /arch/powerpc/platforms/powernv/Makefile
parentpowerpc/powernv: Add config option for hwpoisoning. (diff)
downloadlinux-75eb3d9b60c280a275099fbed06a890cee2d784b.tar.xz
linux-75eb3d9b60c280a275099fbed06a890cee2d784b.zip
powerpc/powernv: Get FSP memory errors and plumb into memory poison infrastructure.
Get the memory errors reported by opal and plumb it into memory poison infrastructure. This patch uses new messaging channel infrastructure to pull the fsp memory errors to linux. Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/powernv/Makefile')
-rw-r--r--arch/powerpc/platforms/powernv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/powernv/Makefile b/arch/powerpc/platforms/powernv/Makefile
index 873fa1370dc4..8d767fde5a6a 100644
--- a/arch/powerpc/platforms/powernv/Makefile
+++ b/arch/powerpc/platforms/powernv/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_PCI) += pci.o pci-p5ioc2.o pci-ioda.o
obj-$(CONFIG_EEH) += eeh-ioda.o eeh-powernv.o
obj-$(CONFIG_PPC_SCOM) += opal-xscom.o
+obj-$(CONFIG_MEMORY_FAILURE) += opal-memory-errors.o