diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2010-07-15 17:52:45 -0400 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2010-07-15 17:59:34 -0400 |
commit | eb878b3bc0349344dbf70c51bf01fc734d5cf2d3 (patch) | |
tree | c992bdac23f36de39930cd8c7fae0275ed9143a0 /include | |
parent | 5d550467b9770042e9699690907babc32104a8d4 (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-generic/vmlinux.lds.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index 48c5299cbf26..415b1a9118e7 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h | |||
@@ -150,10 +150,6 @@ | |||
150 | CPU_KEEP(exit.data) \ | 150 | CPU_KEEP(exit.data) \ |
151 | MEM_KEEP(init.data) \ | 151 | MEM_KEEP(init.data) \ |
152 | MEM_KEEP(exit.data) \ | 152 | MEM_KEEP(exit.data) \ |
153 | . = ALIGN(8); \ | ||
154 | VMLINUX_SYMBOL(__start___markers) = .; \ | ||
155 | *(__markers) \ | ||
156 | VMLINUX_SYMBOL(__stop___markers) = .; \ | ||
157 | . = ALIGN(32); \ | 153 | . = ALIGN(32); \ |
158 | VMLINUX_SYMBOL(__start___tracepoints) = .; \ | 154 | VMLINUX_SYMBOL(__start___tracepoints) = .; \ |
159 | *(__tracepoints) \ | 155 | *(__tracepoints) \ |