提交 544457fa 编写于 作者: N Nicolas Pitre 提交者: Russell King

ARM: 8624/1: proc-v7m.S: fix init section name

There is no .text.init sections.
Signed-off-by: NNicolas Pitre <nico@linaro.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 24c66dfd
...@@ -96,7 +96,7 @@ ENTRY(cpu_cm7_proc_fin) ...@@ -96,7 +96,7 @@ ENTRY(cpu_cm7_proc_fin)
ret lr ret lr
ENDPROC(cpu_cm7_proc_fin) ENDPROC(cpu_cm7_proc_fin)
.section ".text.init", #alloc, #execinstr .section ".init.text", #alloc, #execinstr
__v7m_cm7_setup: __v7m_cm7_setup:
mov r8, #(V7M_SCB_CCR_DC | V7M_SCB_CCR_IC| V7M_SCB_CCR_BP) mov r8, #(V7M_SCB_CCR_DC | V7M_SCB_CCR_IC| V7M_SCB_CCR_BP)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册