All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: cavium: Don't enable irq in ->init__secondary()
@ 2012-04-16  7:25 Yong Zhang
  2012-04-16 16:48 ` David Daney
  0 siblings, 1 reply; 5+ messages in thread
From: Yong Zhang @ 2012-04-16  7:25 UTC (permalink / raw)
  To: linux-mips; +Cc: Yong Zhang, David Daney, Ralf Baechle

From: Yong Zhang <yong.zhang@windriver.com>

Too early to enable irq will break some following action,
such as notify_cpu_starting().

I don't get side effect with this patch.

Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
Cc: David Daney <ddaney@caviumnetworks.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
---
 arch/mips/cavium-octeon/smp.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/mips/cavium-octeon/smp.c b/arch/mips/cavium-octeon/smp.c
index 97e7ce9..7e65c88 100644
--- a/arch/mips/cavium-octeon/smp.c
+++ b/arch/mips/cavium-octeon/smp.c
@@ -185,7 +185,6 @@ static void __cpuinit octeon_init_secondary(void)
 	octeon_init_cvmcount();
 
 	octeon_irq_setup_secondary();
-	raw_local_irq_enable();
 }
 
 /**
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-18 12:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-16  7:25 [PATCH] MIPS: cavium: Don't enable irq in ->init__secondary() Yong Zhang
2012-04-16 16:48 ` David Daney
2012-04-17  3:08   ` Yong Zhang
2012-04-17 20:45     ` David Daney
2012-04-18 12:55       ` Yong Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.