.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
7 | 4 | */ |
---|
8 | 5 | |
---|
9 | 6 | #include <asm-generic/vmlinux.lds.h> |
---|
.. | .. |
---|
71 | 68 | INIT_SETUP(L1_CACHE_BYTES) |
---|
72 | 69 | INIT_CALLS |
---|
73 | 70 | CON_INITCALL |
---|
74 | | - SECURITY_INITCALL |
---|
75 | 71 | } |
---|
76 | 72 | |
---|
77 | 73 | .init.arch.info : { |
---|
.. | .. |
---|
101 | 97 | _etext = .; |
---|
102 | 98 | |
---|
103 | 99 | _sdata = .; |
---|
104 | | - RO_DATA_SECTION(PAGE_SIZE) |
---|
| 100 | + RO_DATA(PAGE_SIZE) |
---|
105 | 101 | |
---|
106 | 102 | /* |
---|
107 | 103 | * 1. this is .data essentially |
---|
108 | 104 | * 2. THREAD_SIZE for init.task, must be kernel-stk sz aligned |
---|
109 | 105 | */ |
---|
110 | | - RW_DATA_SECTION(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE) |
---|
| 106 | + RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE) |
---|
111 | 107 | |
---|
112 | 108 | _edata = .; |
---|
113 | 109 | |
---|
.. | .. |
---|
124 | 120 | /DISCARD/ : { *(.eh_frame) } |
---|
125 | 121 | #endif |
---|
126 | 122 | |
---|
127 | | - NOTES |
---|
128 | | - |
---|
129 | 123 | . = ALIGN(PAGE_SIZE); |
---|
130 | 124 | _end = . ; |
---|
131 | 125 | |
---|
132 | 126 | STABS_DEBUG |
---|
| 127 | + ELF_DETAILS |
---|
133 | 128 | DISCARDS |
---|
134 | 129 | |
---|
135 | 130 | .arcextmap 0 : { |
---|