powerpc/85xx: Minor fixups for kexec on 85xx
authorMatthew McClintock <msm@freescale.com>
Thu, 16 Sep 2010 22:58:25 +0000 (17:58 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 14 Oct 2010 05:52:50 +0000 (00:52 -0500)
commit5d692961633d4ecd1ca07313b75ddf35520a4c28
tree4e6bbfc62a42441fa9953edbdc71500dc9fbbbde
parentedb85800101c354a395ecc5ed3b52a9499bd4cfc
powerpc/85xx: Minor fixups for kexec on 85xx

Make kexec_down_cpus atmoic since it will be incremented by all cores as
they are coming down.

Remove duplicate calls to mpc85xx_smp_kexec_down, now it's called by the
crash and normal kexec pathway only once.

Increase the timeout to wait for other cores to shutdown.

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/smp.c