microblaze: Add IRQENTRY_TEXT to lds
authorMichal Simek <monstr@monstr.eu>
Fri, 6 Nov 2009 11:27:25 +0000 (12:27 +0100)
committerMichal Simek <monstr@monstr.eu>
Mon, 14 Dec 2009 07:40:09 +0000 (08:40 +0100)
It is important for ftrace irqsoff support

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/vmlinux.lds.S

index ecee153..5ef619a 100644 (file)
@@ -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 = . ;
        }