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

Commit 7cf79d59 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Add IRQENTRY_TEXT to lds



It is important for ftrace irqsoff support

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 13cdee23
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -31,6 +31,7 @@ SECTIONS {
		SCHED_TEXT
		SCHED_TEXT
		LOCK_TEXT
		LOCK_TEXT
		KPROBES_TEXT
		KPROBES_TEXT
		IRQENTRY_TEXT
		. = ALIGN (4) ;
		. = ALIGN (4) ;
		_etext = . ;
		_etext = . ;
	}
	}