提交 1dcdd091 编写于 作者: M Michal Simek 提交者: Tejun Heo

microblaze: include EXIT_TEXT to _stext

Microblaze wants to throw out EXIT_TEXT during runtime too.  This
hasn't caused trouble till now because the linker script didn't
discard EXIT_TEXT and it ended up in its default output section.  As
discard definition is about to be unified, include EXIT_TEXT into
_stext explicitly and while at it replace explicit exitcall definition
to EXIT_CALL.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
Signed-off-by: NTejun Heo <tj@kernel.org>
上级 a530b795
...@@ -23,8 +23,8 @@ SECTIONS { ...@@ -23,8 +23,8 @@ SECTIONS {
_stext = . ; _stext = . ;
*(.text .text.*) *(.text .text.*)
*(.fixup) *(.fixup)
EXIT_TEXT
*(.exitcall.exit) EXIT_CALL
SCHED_TEXT SCHED_TEXT
LOCK_TEXT LOCK_TEXT
KPROBES_TEXT KPROBES_TEXT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册