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: firefly_0821_release~13991^2~416^3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2bed8446819a7c5033aa1da138d9f230ae212edc;p=firefly-linux-kernel-4.4.55.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 a9b8560adbc2..82c67559dde7 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 */