]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
tracing/function-graph-tracer: add a new .irqentry.text section, fix
authorIngo Molnar <mingo@elte.hu>
Fri, 12 Dec 2008 11:13:36 +0000 (12:13 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 12 Dec 2008 11:14:05 +0000 (12:14 +0100)
Impact: build fix

32-bit x86 needs this section too.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/vmlinux_32.lds.S

index a9b8560adbc22ebe37cfde9abcb7c46237fca3db..82c67559dde7858f6bd5a433e38e595dc0cec7cf 100644 (file)
@@ -44,6 +44,7 @@ SECTIONS
        SCHED_TEXT
        LOCK_TEXT
        KPROBES_TEXT
+       IRQENTRY_TEXT
        *(.fixup)
        *(.gnu.warning)
        _etext = .;                     /* End of text section */