Explorar el Código

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>
Ingo Molnar hace 16 años
padre
commit
2bed844681
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      arch/x86/kernel/vmlinux_32.lds.S

+ 1 - 0
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 */