projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c71635d
)
powerpc/85xx: Remove call to mpic_teardown_this_cpu in kexec
author
Matthew McClintock
<msm@freescale.com>
Thu, 16 Sep 2010 22:58:24 +0000
(17:58 -0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Thu, 14 Oct 2010 05:52:48 +0000
(
00:52
-0500)
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>
arch/powerpc/platforms/85xx/smp.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/85xx/smp.c
b/arch/powerpc/platforms/85xx/smp.c
index
bd38b6a
..
2aee4b3
100644
(file)
--- 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)