From: Yong Zhang <yong.zhang@xxxxxxxxxxxxx> 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@xxxxxxxxx> Cc: David Daney <ddaney@xxxxxxxxxxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> --- 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