aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/kernel/vmlinux.lds.S25
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/parisc/kernel/vmlinux.lds.S b/arch/parisc/kernel/vmlinux.lds.S
index 3fd66d97fcaa..775be2791bc2 100644
--- a/arch/parisc/kernel/vmlinux.lds.S
+++ b/arch/parisc/kernel/vmlinux.lds.S
@@ -135,31 +135,6 @@ SECTIONS
135 INIT_TEXT_SECTION(16384) 135 INIT_TEXT_SECTION(16384)
136 INIT_DATA_SECTION(16) 136 INIT_DATA_SECTION(16)
137 137
138 /* alternate instruction replacement. This is a mechanism x86 uses
139 * to detect the CPU type and replace generic instruction sequences
140 * with CPU specific ones. We don't currently do this in PA, but
141 * it seems like a good idea...
142 */
143 . = ALIGN(4);
144 .altinstructions : {
145 __alt_instructions = .;
146 *(.altinstructions)
147 __alt_instructions_end = .;
148 }
149 .altinstr_replacement : {
150 *(.altinstr_replacement)
151 }
152
153 /* .exit.text is discard at runtime, not link time, to deal with references
154 * from .altinstructions and .eh_frame
155 */
156 .exit.text : {
157 EXIT_TEXT
158 }
159 .exit.data : {
160 EXIT_DATA
161 }
162
163 PERCPU(PAGE_SIZE) 138 PERCPU(PAGE_SIZE)
164 . = ALIGN(PAGE_SIZE); 139 . = ALIGN(PAGE_SIZE);
165 __init_end = .; 140 __init_end = .;