ARC: boot: Non Master cpus only need to call EARLY_CPU_SETUP once
authorVineet Gupta <vgupta@synopsys.com>
Thu, 15 Oct 2015 15:02:39 +0000 (20:32 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 28 Oct 2015 10:43:42 +0000 (16:13 +0530)
With prev fixes, all cores now start via common entry point @stext which
already calls EARLY_CPU_SETUP for all cores - so no need to invoke it
again

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/head.S

index e7fa703c8d5ef00417f81242d4119cb94fa42c56..689dd867fdff53eeafa0d01d980ecf425f66a759 100644 (file)
@@ -120,8 +120,6 @@ END(stext)
        .section .text, "ax",@progbits
 ENTRY(first_lines_of_secondary)
 
-       CPU_EARLY_SETUP
-
        ; setup per-cpu idle task as "current" on this CPU
        ld      r0, [@secondary_idle_tsk]
        SET_CURR_TASK_ON_CPU  r0, r1
This page took 0.026903 seconds and 5 git commands to generate.