mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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
1 changed files with 3 additions and 2 deletions
|
@ -26,11 +26,12 @@ SECTIONS {
|
||||||
_stext = . ;
|
_stext = . ;
|
||||||
*(.text .text.*)
|
*(.text .text.*)
|
||||||
*(.fixup)
|
*(.fixup)
|
||||||
EXIT_TEXT
|
EXIT_TEXT
|
||||||
EXIT_CALL
|
EXIT_CALL
|
||||||
SCHED_TEXT
|
SCHED_TEXT
|
||||||
LOCK_TEXT
|
LOCK_TEXT
|
||||||
KPROBES_TEXT
|
KPROBES_TEXT
|
||||||
|
IRQENTRY_TEXT
|
||||||
. = ALIGN (4) ;
|
. = ALIGN (4) ;
|
||||||
_etext = . ;
|
_etext = . ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue