xtensa: move section symbols to asm/sections.h
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 29 Aug 2021 14:42:46 +0000 (07:42 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 19 Oct 2021 05:19:35 +0000 (22:19 -0700)
commitbd47cdb78997f83bd170c389ef59de9eec65976a
tree4676aaeb0cf95d6cea129e99fea6030c1ce151ed
parent431d1a34dfb6ce0d824ac22fc0f0c67c94123bc7
xtensa: move section symbols to asm/sections.h

Introduce asm/sections.h and move section declarations to this header
from setup.c. Assign section symbols char array type uniformly and drop
address operator from section symbol references in code.
Sort headers in setup.c while at it.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/asm/sections.h [new file with mode: 0644]
arch/xtensa/kernel/setup.c