From: Matthew McClintock Date: Thu, 16 Sep 2010 22:58:24 +0000 (-0500) Subject: powerpc/85xx: Remove call to mpic_teardown_this_cpu in kexec X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=edb85800101c354a395ecc5ed3b52a9499bd4cfc;p=deliverable%2Flinux.git powerpc/85xx: Remove call to mpic_teardown_this_cpu in kexec We no longer need to call this explicitly as a generic version is called by default. Signed-off-by: Matthew McClintock Signed-off-by: Kumar Gala --- diff --git a/arch/powerpc/platforms/85xx/smp.c b/arch/powerpc/platforms/85xx/smp.c index bd38b6a240de..2aee4b391319 100644 --- a/arch/powerpc/platforms/85xx/smp.c +++ b/arch/powerpc/platforms/85xx/smp.c @@ -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)