From: Hongtao Jia Date: Sun, 28 Apr 2013 05:20:08 +0000 (+0800) Subject: powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xx X-Git-Tag: v3.12-rc1~123^2~110^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e0e3435b50285eafe5898124ce02f7577f6803a;p=pandora-kernel.git powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xx A PCIe erratum of mpc85xx may causes a core hang when a link of PCIe goes down. when the link goes down, Non-posted transactions issued via the ATMU requiring completion result in an instruction stall. At the same time a machine-check exception is generated to the core to allow further processing by the handler. We implements the handler which skips the instruction caused the stall. This patch depends on patch: powerpc/85xx: Add platform_device declaration to fsl_pci.h Signed-off-by: Zhao Chenhui Signed-off-by: Li Yang Signed-off-by: Liu Shuo Signed-off-by: Jia Hongtao Signed-off-by: Scott Wood --- Reading git-diff-tree failed