diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-12 11:13:36 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-12 11:14:05 (GMT) |
commit | 2bed8446819a7c5033aa1da138d9f230ae212edc (patch) | |
tree | dffc274a32c2b240528013a77e35722705b364cb /arch/x86 | |
parent | f8b755ac8e0cc3f330269e4c4504514f987167a2 (diff) | |
download | linux-fsl-qoriq-2bed8446819a7c5033aa1da138d9f230ae212edc.tar.xz |
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>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/vmlinux_32.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ SECTIONS SCHED_TEXT LOCK_TEXT KPROBES_TEXT + IRQENTRY_TEXT *(.fixup) *(.gnu.warning) _etext = .; /* End of text section */ |