]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2bb7404d7bf859e9a296c352bc4131c0336b3c9
tree4676aaeb0cf95d6cea129e99fea6030c1ce151ed
parent374f04ad216ab171e876dfd1e602f694ecc16e2a
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