projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b755a
)
tracing/function-graph-tracer: add a new .irqentry.text section, fix
author
Ingo Molnar
<mingo@elte.hu>
Fri, 12 Dec 2008 11:13:36 +0000
(12:13 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 12 Dec 2008 11:14:05 +0000
(12:14 +0100)
Impact: build fix
32-bit x86 needs this section too.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/vmlinux_32.lds.S
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/vmlinux_32.lds.S
b/arch/x86/kernel/vmlinux_32.lds.S
index
a9b8560
..
82c6755
100644
(file)
--- 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 */