Commit 9fab17ca authored by Max Filippov's avatar Max Filippov

xtensa: fix section name for start_info

.data.init.refok has been removed from the kernel long ago, replaced
with __REFDATA. Fix start_info definition.
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 6af4ab57
...@@ -355,7 +355,7 @@ ENDPROC(cpu_restart) ...@@ -355,7 +355,7 @@ ENDPROC(cpu_restart)
* DATA section * DATA section
*/ */
.section ".data.init.refok" __REFDATA
.align 4 .align 4
ENTRY(start_info) ENTRY(start_info)
.long init_thread_union + KERNEL_STACK_SIZE .long init_thread_union + KERNEL_STACK_SIZE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment