mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00: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 = . ;
|
||||
*(.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 a new issue