diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-12 14:42:20 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2014-10-02 10:19:33 -0400 |
commit | 454ac3ec3fb7e855c274b26252c9a43a191bffaf (patch) | |
tree | fc250549f02d97c7cfc08fa76b2145357e6c3fba /arch/tile/kernel | |
parent | 367b9380b1717dc53ea7e1f05da58c99e0ae54a3 (diff) |
tile: Remove tile-specific _sinitdata and _einitdata
Use standard __init_begin and __init_end instead.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/kernel')
-rw-r--r-- | arch/tile/kernel/vmlinux.lds.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/kernel/vmlinux.lds.S b/arch/tile/kernel/vmlinux.lds.S index f1819423ffc9..0e059a0101ea 100644 --- a/arch/tile/kernel/vmlinux.lds.S +++ b/arch/tile/kernel/vmlinux.lds.S | |||
@@ -66,11 +66,9 @@ SECTIONS | |||
66 | 66 | ||
67 | . = ALIGN(PAGE_SIZE); | 67 | . = ALIGN(PAGE_SIZE); |
68 | __init_begin = .; | 68 | __init_begin = .; |
69 | VMLINUX_SYMBOL(_sinitdata) = .; | ||
70 | INIT_DATA_SECTION(16) :data =0 | 69 | INIT_DATA_SECTION(16) :data =0 |
71 | PERCPU_SECTION(L2_CACHE_BYTES) | 70 | PERCPU_SECTION(L2_CACHE_BYTES) |
72 | . = ALIGN(PAGE_SIZE); | 71 | . = ALIGN(PAGE_SIZE); |
73 | VMLINUX_SYMBOL(_einitdata) = .; | ||
74 | __init_end = .; | 72 | __init_end = .; |
75 | 73 | ||
76 | _sdata = .; /* Start of data section */ | 74 | _sdata = .; /* Start of data section */ |