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

microblaze: Add IRQENTRY_TEXT to lds

It is important for ftrace irqsoff support
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 13cdee23
......@@ -26,11 +26,12 @@ SECTIONS {
_stext = . ;
*(.text .text.*)
*(.fixup)
EXIT_TEXT
EXIT_CALL
EXIT_TEXT
EXIT_CALL
SCHED_TEXT
LOCK_TEXT
KPROBES_TEXT
IRQENTRY_TEXT
. = ALIGN (4) ;
_etext = . ;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment