projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa0efcd
)
ARC: boot: Non Master cpus only need to call EARLY_CPU_SETUP once
author
Vineet Gupta
<vgupta@synopsys.com>
Thu, 15 Oct 2015 15:02:39 +0000
(20:32 +0530)
committer
Vineet 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arc/kernel/head.S
b/arch/arc/kernel/head.S
index e7fa703c8d5ef00417f81242d4119cb94fa42c56..689dd867fdff53eeafa0d01d980ecf425f66a759 100644
(file)
--- 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