Skip to content

Commit

Permalink
powerpc/85xx: Remove call to mpic_teardown_this_cpu in kexec
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew McClintock authored and Kumar Gala committed Oct 14, 2010
1 parent c71635d commit edb8580
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/powerpc/platforms/85xx/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit edb8580

Please sign in to comment.