From: Ingo Molnar Date: Fri, 12 Dec 2008 11:13:36 +0000 (+0100) Subject: tracing/function-graph-tracer: add a new .irqentry.text section, fix X-Git-Tag: v2.6.29-rc1~586^2~12^3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2bed8446819a7c5033aa1da138d9f230ae212edc;p=linux-2.6-omap-h63xx.git tracing/function-graph-tracer: add a new .irqentry.text section, fix Impact: build fix 32-bit x86 needs this section too. Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/vmlinux_32.lds.S b/arch/x86/kernel/vmlinux_32.lds.S index a9b8560adbc..82c67559dde 100644 --- a/arch/x86/kernel/vmlinux_32.lds.S +++ b/arch/x86/kernel/vmlinux_32.lds.S @@ -44,6 +44,7 @@ SECTIONS SCHED_TEXT LOCK_TEXT KPROBES_TEXT + IRQENTRY_TEXT *(.fixup) *(.gnu.warning) _etext = .; /* End of text section */