commit | 2bed8446819a7c5033aa1da138d9f230ae212edc | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Dec 12 12:13:36 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Dec 12 12:14:05 2008 +0100 |
tree | dffc274a32c2b240528013a77e35722705b364cb | |
parent | f8b755ac8e0cc3f330269e4c4504514f987167a2 [diff] |
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 <mingo@elte.hu>
diff --git a/arch/x86/kernel/vmlinux_32.lds.S b/arch/x86/kernel/vmlinux_32.lds.S index a9b8560..82c6755 100644 --- a/arch/x86/kernel/vmlinux_32.lds.S +++ b/arch/x86/kernel/vmlinux_32.lds.S
@@ -44,6 +44,7 @@ SCHED_TEXT LOCK_TEXT KPROBES_TEXT + IRQENTRY_TEXT *(.fixup) *(.gnu.warning) _etext = .; /* End of text section */