Re: [PATCH] powerpc/kdump: Stop all other CPUs before running crash handlers

2010-08-03 Thread Matt Evans
Anton Blanchard wrote: > 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-

[PATCH] powerpc/kdump: Stop all other CPUs before running crash handlers

2010-08-02 Thread Anton Blanchard
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 --- Index: p