You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
@@ -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 = . ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user