Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edb85800 authored by Matthew McClintock's avatar Matthew McClintock Committed by Kumar Gala
Browse files

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: default avatarMatthew McClintock <msm@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent c71635d2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)