From: Max Filippov Date: Sat, 28 Sep 2019 00:21:25 +0000 (-0700) Subject: xtensa: fix section name for start_info X-Git-Tag: v5.5-rc1~60^2~25 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9fab17ca9afe3e21c2268a742103f477316af6ec;p=users%2Fhch%2Fmisc.git 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: Max Filippov --- diff --git a/arch/xtensa/kernel/head.S b/arch/xtensa/kernel/head.S index 4ae998b5a348..2cec13a457d7 100644 --- a/arch/xtensa/kernel/head.S +++ b/arch/xtensa/kernel/head.S @@ -355,10 +355,10 @@ ENDPROC(cpu_restart) * DATA section */ - .section ".data.init.refok" - .align 4 + __REFDATA + .align 4 ENTRY(start_info) - .long init_thread_union + KERNEL_STACK_SIZE + .long init_thread_union + KERNEL_STACK_SIZE /* * BSS section