Skip to content

Commit

Permalink
m68k: Finally remove leftover markers sections
Browse files Browse the repository at this point in the history
Markers have removed already twice:

1: fc53776
2: eb878b3

But a little bit is still here.

Signed-off-by: Tkhai Kirill <tkhai@yandex.ru>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
  • Loading branch information
Kirill Tkhai authored and Geert Uytterhoeven committed Oct 24, 2011
1 parent 8b22343 commit bc74ee9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/m68k/kernel/vmlinux.lds_no.S
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ SECTIONS {

*(.rodata) *(.rodata.*)
*(__vermagic) /* Kernel version magic */
*(__markers_strings)
*(.rodata1)
*(.rodata.str1.1)

Expand Down
1 change: 0 additions & 1 deletion include/asm-generic/vmlinux.lds.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@
VMLINUX_SYMBOL(__start___tracepoints_ptrs) = .; \
*(__tracepoints_ptrs) /* Tracepoints: pointer array */\
VMLINUX_SYMBOL(__stop___tracepoints_ptrs) = .; \
*(__markers_strings) /* Markers: strings */ \
*(__tracepoints_strings)/* Tracepoints: strings */ \
} \
\
Expand Down

0 comments on commit bc74ee9

Please sign in to comment.