提交 0bad33d9 编写于 作者: B Bernd Schmidt 提交者: Bryan Wu

Blackfin arch: Need to specify ax with the .init.text section,

Need to specify "ax" with the .init.text section, otherwise the linker will
make unique .init.text.1 .. .init.text.3 sections to cope with the flags
上级 f72eecb9
......@@ -881,7 +881,7 @@ ENTRY(_software_trace_buff)
#endif /* CONFIG_DEBUG_BFIN_HWTRACE_EXPAND */
#if CONFIG_EARLY_PRINTK
.section .init.text
.section .init.text,"ax"
ENTRY(_early_trap)
SAVE_ALL_SYS
trace_buffer_stop(p0,r0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册