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

Commit f56506ef authored by Vasily Gorbik's avatar Vasily Gorbik Committed by Martin Schwidefsky
Browse files

s390: move _text to an actual .text start



Since the uncompressed image .text section starts at 0x100000 now there
is no need to redefine _text to something else to make perf happy.

Reviewed-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent c9497864
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -34,13 +34,8 @@ SECTIONS
	_stext = .;		/* Start of text section */
	.text : {
		/* Text and read-only data */
		_text = .;
		HEAD_TEXT
		/*
		 * E.g. perf doesn't like symbols starting at address zero,
		 * therefore skip the initial PSW and channel program located
		 * at address zero and let _text start at 0x200.
		 */
	_text = 0x200;
		TEXT_TEXT
		SCHED_TEXT
		CPUIDLE_TEXT