diff options
| author | Ingo Molnar <mingo@elte.hu> | 2008-12-12 12:13:36 +0100 | 
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-12-12 12:14:05 +0100 | 
| commit | 2bed8446819a7c5033aa1da138d9f230ae212edc (patch) | |
| 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>
| -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 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 */ | 
