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>
This commit is contained in:
parent
f8b755ac8e
commit
2bed844681
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ SECTIONS
|
|||
SCHED_TEXT
|
||||
LOCK_TEXT
|
||||
KPROBES_TEXT
|
||||
IRQENTRY_TEXT
|
||||
*(.fixup)
|
||||
*(.gnu.warning)
|
||||
_etext = .; /* End of text section */
|
||||
|
|
Loading…
Reference in a new issue