diff options
Diffstat (limited to 'arch/tile/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/tile/kernel/vmlinux.lds.S | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/tile/kernel/vmlinux.lds.S b/arch/tile/kernel/vmlinux.lds.S index 8b2016307eb0..f1819423ffc9 100644 --- a/arch/tile/kernel/vmlinux.lds.S +++ b/arch/tile/kernel/vmlinux.lds.S | |||
@@ -74,20 +74,8 @@ SECTIONS | |||
74 | __init_end = .; | 74 | __init_end = .; |
75 | 75 | ||
76 | _sdata = .; /* Start of data section */ | 76 | _sdata = .; /* Start of data section */ |
77 | |||
78 | RO_DATA_SECTION(PAGE_SIZE) | 77 | RO_DATA_SECTION(PAGE_SIZE) |
79 | |||
80 | /* initially writeable, then read-only */ | ||
81 | . = ALIGN(PAGE_SIZE); | ||
82 | __w1data_begin = .; | ||
83 | .w1data : AT(ADDR(.w1data) - LOAD_OFFSET) { | ||
84 | VMLINUX_SYMBOL(__w1data_begin) = .; | ||
85 | *(.w1data) | ||
86 | VMLINUX_SYMBOL(__w1data_end) = .; | ||
87 | } | ||
88 | |||
89 | RW_DATA_SECTION(L2_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE) | 78 | RW_DATA_SECTION(L2_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE) |
90 | |||
91 | _edata = .; | 79 | _edata = .; |
92 | 80 | ||
93 | EXCEPTION_TABLE(L2_CACHE_BYTES) | 81 | EXCEPTION_TABLE(L2_CACHE_BYTES) |