]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/85xx: Remove call to mpic_teardown_this_cpu in kexec
authorMatthew McClintock <msm@freescale.com>
Thu, 16 Sep 2010 22:58:24 +0000 (17:58 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 14 Oct 2010 05:52:48 +0000 (00:52 -0500)
We no longer need to call this explicitly as a generic version is called
by default.

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

index bd38b6a240deb5a874d2c1d83be181ea50695350..2aee4b391319fb5aab530e825994eabef1e9f193 100644 (file)
@@ -125,8 +125,6 @@ static int kexec_down_cpus = 0;
 
 void mpc85xx_smp_kexec_cpu_down(int crash_shutdown, int secondary)
 {
-       mpic_teardown_this_cpu(1);
-
        /* When crashing, this gets called on all CPU's we only
         * take down the non-boot cpus */
        if (smp_processor_id() != boot_cpuid)