Commit eb878b3bc0349344dbf70c51bf01fc734d5cf2d3

Authored by Frederic Weisbecker
1 parent 5d550467b9

tracing: Remove letfover markers section

Markers have been removed, but we forgot to remove their
section.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff

include/asm-generic/vmlinux.lds.h
... ... @@ -150,10 +150,6 @@
150 150 CPU_KEEP(exit.data) \
151 151 MEM_KEEP(init.data) \
152 152 MEM_KEEP(exit.data) \
153   - . = ALIGN(8); \
154   - VMLINUX_SYMBOL(__start___markers) = .; \
155   - *(__markers) \
156   - VMLINUX_SYMBOL(__stop___markers) = .; \
157 153 . = ALIGN(32); \
158 154 VMLINUX_SYMBOL(__start___tracepoints) = .; \
159 155 *(__tracepoints) \