]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/kdump: Stop all other CPUs before running crash handlers
authorAnton Blanchard <anton@samba.org>
Mon, 2 Aug 2010 20:39:41 +0000 (20:39 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 24 Aug 2010 05:26:27 +0000 (15:26 +1000)
commit74b3d8b3bae8b02786c8a2819dd356ae9510b64c
tree4b6a59b9a793db06a0cc272db51d968ca4ed5ee5
parent0b5810d99d12d48debae635e4e20ea83fd4b3d12
powerpc/kdump: Stop all other CPUs before running crash handlers

During kdump we run the crash handlers first then stop all other CPUs.
We really want to stop all CPUs as close to the fail as possible and also
have a very controlled environment for running the crash handlers, so it
makes sense to reverse the order.

Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Matt Evans <matt@ozlabs.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/crash.c