mirror of https://gitee.com/openkylin/linux.git
microblaze: Add IRQENTRY_TEXT to lds
It is important for ftrace irqsoff support Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
13cdee2329
commit
7cf79d59ea
|
@ -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 = . ;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue