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

Commit edada399 authored by Tim Abbott's avatar Tim Abbott Committed by Linus Torvalds
Browse files

powerpc: Use TEXT_TEXT macro in linker script.



Rather than adding .ref.text to the powerpc linker script so that we
can use __REF on the powerpc architecture, it seems simpler to switch
to using the generic TEXT_TEXT macro.

Signed-off-by: default avatarTim Abbott <tabbott@mit.edu>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 991da17e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -54,7 +54,8 @@ SECTIONS
		ALIGN_FUNCTION();
		HEAD_TEXT
		_text = .;
		*(.text .fixup .text.init.refok .exit.text.refok __ftr_alt_*)
		TEXT_TEXT
		*(.fixup __ftr_alt_*)
		SCHED_TEXT
		LOCK_TEXT
		KPROBES_TEXT