diff options
-rw-r--r-- | arch/arm/kernel/head-common.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/kernel/head-common.S b/arch/arm/kernel/head-common.S index 6e0375e7db05..997b02302c31 100644 --- a/arch/arm/kernel/head-common.S +++ b/arch/arm/kernel/head-common.S | |||
@@ -145,6 +145,9 @@ __mmap_switched_data: | |||
145 | #endif | 145 | #endif |
146 | .size __mmap_switched_data, . - __mmap_switched_data | 146 | .size __mmap_switched_data, . - __mmap_switched_data |
147 | 147 | ||
148 | __FINIT | ||
149 | .text | ||
150 | |||
148 | /* | 151 | /* |
149 | * This provides a C-API version of __lookup_processor_type | 152 | * This provides a C-API version of __lookup_processor_type |
150 | */ | 153 | */ |
@@ -156,9 +159,6 @@ ENTRY(lookup_processor_type) | |||
156 | ldmfd sp!, {r4 - r6, r9, pc} | 159 | ldmfd sp!, {r4 - r6, r9, pc} |
157 | ENDPROC(lookup_processor_type) | 160 | ENDPROC(lookup_processor_type) |
158 | 161 | ||
159 | __FINIT | ||
160 | .text | ||
161 | |||
162 | /* | 162 | /* |
163 | * Read processor ID register (CP#15, CR0), and look up in the linker-built | 163 | * Read processor ID register (CP#15, CR0), and look up in the linker-built |
164 | * supported processor list. Note that we can't use the absolute addresses | 164 | * supported processor list. Note that we can't use the absolute addresses |