diff options
author | Matthew McClintock <msm@freescale.com> | 2010-09-16 18:58:24 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-10-14 01:52:48 -0400 |
commit | edb85800101c354a395ecc5ed3b52a9499bd4cfc (patch) | |
tree | 42b9e9089e6ed0a4c6ff3d96e64a2420f158a30b /arch/powerpc/platforms/85xx/smp.c | |
parent | c71635d288ffd3bcdfb30308f681f9af34f0fc81 (diff) |
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>
Diffstat (limited to 'arch/powerpc/platforms/85xx/smp.c')
-rw-r--r-- | arch/powerpc/platforms/85xx/smp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/85xx/smp.c b/arch/powerpc/platforms/85xx/smp.c index bd38b6a240d..2aee4b39131 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; | |||
125 | 125 | ||
126 | void mpc85xx_smp_kexec_cpu_down(int crash_shutdown, int secondary) | 126 | void mpc85xx_smp_kexec_cpu_down(int crash_shutdown, int secondary) |
127 | { | 127 | { |
128 | mpic_teardown_this_cpu(1); | ||
129 | |||
130 | /* When crashing, this gets called on all CPU's we only | 128 | /* When crashing, this gets called on all CPU's we only |
131 | * take down the non-boot cpus */ | 129 | * take down the non-boot cpus */ |
132 | if (smp_processor_id() != boot_cpuid) | 130 | if (smp_processor_id() != boot_cpuid) |