powerpc/powernv: Improve kexec reliability
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 10 May 2013 06:59:18 +0000 (16:59 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 10 May 2013 06:59:18 +0000 (16:59 +1000)
We add a machine_shutdown hook that frees the OPAL interrupts
(so they get masked at the source and don't fire while kexec'ing)
and which triggers an IODA reset on all the PCIe host bridges
which will have the effect of blocking all DMAs and subsequent
PCIs interrupts.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found