Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1dcdd091 authored by Michal Simek's avatar Michal Simek Committed by Tejun Heo
Browse files

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: default avatarMichal Simek <monstr@monstr.eu>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent a530b795
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@ SECTIONS {
		_stext = . ;
		*(.text .text.*)
		*(.fixup)

		*(.exitcall.exit)
               EXIT_TEXT
               EXIT_CALL
		SCHED_TEXT
		LOCK_TEXT
		KPROBES_TEXT