From: Vineet Gupta Date: Thu, 15 Oct 2015 15:02:39 +0000 (+0530) Subject: ARC: boot: Non Master cpus only need to call EARLY_CPU_SETUP once X-Git-Tag: firefly_0821_release~176^2~685^2~17 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=483bcc99c0a349570b30fc9cb20dea20c9387a4b;p=firefly-linux-kernel-4.4.55.git ARC: boot: Non Master cpus only need to call EARLY_CPU_SETUP once 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 --- diff --git a/arch/arc/kernel/head.S b/arch/arc/kernel/head.S index e7fa703c8d5e..689dd867fdff 100644 --- a/arch/arc/kernel/head.S +++ b/arch/arc/kernel/head.S @@ -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