diff options
author | Michal Simek <monstr@monstr.eu> | 2009-11-06 06:27:25 -0500 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-12-14 02:40:09 -0500 |
commit | 7cf79d59ea650ae82868a99cc2954871d2a239bf (patch) | |
tree | 06d5b0e28cb29166ba05542988790e10cbed0bae /arch | |
parent | 13cdee23296c437cdd0262a09c3455de8e1e85b2 (diff) |
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')
-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 { | |||
26 | _stext = . ; | 26 | _stext = . ; |
27 | *(.text .text.*) | 27 | *(.text .text.*) |
28 | *(.fixup) | 28 | *(.fixup) |
29 | EXIT_TEXT | 29 | EXIT_TEXT |
30 | EXIT_CALL | 30 | EXIT_CALL |
31 | SCHED_TEXT | 31 | SCHED_TEXT |
32 | LOCK_TEXT | 32 | LOCK_TEXT |
33 | KPROBES_TEXT | 33 | KPROBES_TEXT |
34 | IRQENTRY_TEXT | ||
34 | . = ALIGN (4) ; | 35 | . = ALIGN (4) ; |
35 | _etext = . ; | 36 | _etext = . ; |
36 | } | 37 | } |