aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/vmlinux_32.lds.S
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-12-12 12:13:36 +0100
committerIngo Molnar <mingo@elte.hu>2008-12-12 12:14:05 +0100
commit2bed8446819a7c5033aa1da138d9f230ae212edc (patch)
treedffc274a32c2b240528013a77e35722705b364cb /arch/x86/kernel/vmlinux_32.lds.S
parentf8b755ac8e0cc3f330269e4c4504514f987167a2 (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>
Diffstat (limited to 'arch/x86/kernel/vmlinux_32.lds.S')
-rw-r--r--arch/x86/kernel/vmlinux_32.lds.S1
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 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 */