m68k: Finally remove leftover markers sections
authorKirill Tkhai <tkhai@yandex.ru>
Sat, 3 Sep 2011 23:18:37 +0000 (03:18 +0400)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 24 Oct 2011 19:00:34 +0000 (21:00 +0200)
Markers have removed already twice:

1: fc5377668c3d808e1d53c4aee152c836f55c3490
2: eb878b3bc0349344dbf70c51bf01fc734d5cf2d3

But a little bit is still here.

Signed-off-by: Tkhai Kirill <tkhai@yandex.ru>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/kernel/vmlinux.lds_no.S
include/asm-generic/vmlinux.lds.h

index 7dc4087a9545aaa9df48b92a18ab80bbead41469..4e2389340837703f9fed3fa37425a386aa53d086 100644 (file)
@@ -77,7 +77,6 @@ SECTIONS {
 
                *(.rodata) *(.rodata.*)
                *(__vermagic)           /* Kernel version magic */
-               *(__markers_strings)
                *(.rodata1)
                *(.rodata.str1.1)
 
index db22d136ad08bf671266faa87f89de37178187f3..b5e2e4c6b017c98d89b859b4190e2a373e18b9e0 100644 (file)
                VMLINUX_SYMBOL(__start___tracepoints_ptrs) = .;         \
                *(__tracepoints_ptrs)   /* Tracepoints: pointer array */\
                VMLINUX_SYMBOL(__stop___tracepoints_ptrs) = .;          \
-               *(__markers_strings)    /* Markers: strings */          \
                *(__tracepoints_strings)/* Tracepoints: strings */      \
        }                                                               \
                                                                        \