浏览代码

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 <msm@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Matthew McClintock 14 年之前
父节点
当前提交
edb8580010
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      arch/powerpc/platforms/85xx/smp.c

+ 0 - 2
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)
 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
 	/* When crashing, this gets called on all CPU's we only
 	 * take down the non-boot cpus */
 	 * take down the non-boot cpus */
 	if (smp_processor_id() != boot_cpuid)
 	if (smp_processor_id() != boot_cpuid)