aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-11-06 12:27:25 +0100
committerMichal Simek <monstr@monstr.eu>2009-12-14 08:40:09 +0100
commit7cf79d59ea650ae82868a99cc2954871d2a239bf (patch)
tree06d5b0e28cb29166ba05542988790e10cbed0bae /arch/microblaze
parentmicroblaze: __init_begin symbol must be aligned (diff)
downloadlinux-dev-7cf79d59ea650ae82868a99cc2954871d2a239bf.tar.xz
linux-dev-7cf79d59ea650ae82868a99cc2954871d2a239bf.zip
microblaze: Add IRQENTRY_TEXT to lds
It is important for ftrace irqsoff support Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/kernel/vmlinux.lds.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/microblaze/kernel/vmlinux.lds.S b/arch/microblaze/kernel/vmlinux.lds.S
index ecee15342e66..5ef619aad634 100644
--- a/arch/microblaze/kernel/vmlinux.lds.S
+++ b/arch/microblaze/kernel/vmlinux.lds.S
@@ -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 = . ;
}