diff options
author | Michal Simek <monstr@monstr.eu> | 2009-11-06 12:27:25 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-12-14 08:40:09 +0100 |
commit | 7cf79d59ea650ae82868a99cc2954871d2a239bf (patch) | |
tree | 06d5b0e28cb29166ba05542988790e10cbed0bae /arch/microblaze | |
parent | 13cdee23296c437cdd0262a09c3455de8e1e85b2 (diff) | |
download | linux-7cf79d59ea650ae82868a99cc2954871d2a239bf.tar.gz linux-7cf79d59ea650ae82868a99cc2954871d2a239bf.tar.xz |
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.S | 5 |
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 = . ; } |